[This is preliminary documentation and is subject to change.]
constructor
Namespace:
OfficeClip.BusinessLayer.Extranet.UtilityAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ExSecurity( int groupId, int itemId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ groupId As Integer, _ itemId As Integer _ ) |
| Visual C++ |
|---|
public: ExSecurity( int groupId, int itemId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
- itemId
- Type: System..::.Int32
The unique id of the item
