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