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

constructor

Namespace:  OfficeClip.BusinessLayer.Extranet.Utility
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ExSecurity(
	int groupId,
	int itemId,
	string argument
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	itemId As Integer, _
	argument As String _
)
Visual C++
public:
ExSecurity(
	int groupId, 
	int itemId, 
	String^ argument
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
itemId
Type: System..::.Int32
The unique id of the item
argument
Type: System..::.String
The list of arguments

See Also