[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
| C# | 
|---|
public OCSecurityObject Populate( string xmlFile, string schemaPath )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Populate ( _ xmlFile As String, _ schemaPath As String _ ) As OCSecurityObject  | 
| Visual C++ | 
|---|
public: OCSecurityObject^ Populate( String^ xmlFile, String^ schemaPath )  | 
Parameters
- xmlFile
 - Type: System..::.String
The Xml File 
- schemaPath
 - Type: System..::.String
The path of the schema file 
