[This is preliminary documentation and is subject to change.]
            Constructor to create an instance from the database
            
    Namespace: 
   OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public OCSecurity Populate( int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Populate ( _ groupId As Integer _ ) As OCSecurity  | 
| Visual C++ | 
|---|
public: OCSecurity^ Populate( int groupId )  | 
Parameters
- groupId
 - Type: System..::.Int32
The unique id of the group 
