[This is preliminary documentation and is subject to change.]
            Construct a security object from the group id
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public OCSecurityObject( int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ groupId As Integer _ )  | 
| Visual C++ | 
|---|
public: OCSecurityObject( int groupId )  | 
Parameters
- groupId
 - Type: System..::.Int32
The unique id of the group 
