[This is preliminary documentation and is subject to change.]

Constructor

Namespace:  OfficeClip.BusinessLayer.Security
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public PermissionData(
	int theId,
	string theTitle,
	string thePermName,
	int theRowSpan,
	bool theRadPerm
)
Visual Basic (Declaration)
Public Sub New ( _
	theId As Integer, _
	theTitle As String, _
	thePermName As String, _
	theRowSpan As Integer, _
	theRadPerm As Boolean _
)
Visual C++
public:
PermissionData(
	int theId, 
	String^ theTitle, 
	String^ thePermName, 
	int theRowSpan, 
	bool theRadPerm
)

Parameters

theId
Type: System..::.Int32
theTitle
Type: System..::.String
thePermName
Type: System..::.String
theRowSpan
Type: System..::.Int32
theRadPerm
Type: System..::.Boolean

See Also