[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 OCEvent Populate(
	string xmlFile,
	string schemaPath
)
Visual Basic (Declaration)
Public Function Populate ( _
	xmlFile As String, _
	schemaPath As String _
) As OCEvent
Visual C++
public:
OCEvent^ Populate(
	String^ xmlFile, 
	String^ schemaPath
)

Parameters

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

Return Value

The OfficeClip event structure

See Also