[This is preliminary documentation and is subject to change.]

Constructor to create an instance from the xml file

Namespace:  OfficeClip.DBLayer.Service
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OCUsers Populate(
	string xmlFile,
	string schemaPath
)
Visual Basic (Declaration)
Public Function Populate ( _
	xmlFile As String, _
	schemaPath As String _
) As OCUsers
Visual C++
public:
OCUsers^ Populate(
	String^ xmlFile, 
	String^ schemaPath
)

Parameters

xmlFile
Type: System..::.String
The xml file
schemaPath
Type: System..::.String
The path of the schema file

Return Value

The service users object

See Also