[This is preliminary documentation and is subject to change.]
            Constructor to create an instance from the xml file
            
    Namespace: 
   OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
 Syntax
Syntax
| C# | 
|---|
| public OCGroupEvents Populate( string xmlFile, string schemaPath ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Populate ( _ xmlFile As String, _ schemaPath As String _ ) As OCGroupEvents | 
| Visual C++ | 
|---|
| public: OCGroupEvents^ Populate( String^ xmlFile, String^ schemaPath ) | 
Parameters
- xmlFile
- Type: System..::.String
 The xml file
- schemaPath
- Type: System..::.String
 The path of the xml schema






