Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes a data set into an AIF document XML.
Syntax
public XmlDocument serializeDataSet(str _docSvcName, Array _dataSet)
Run On
Called
Parameters
- _docSvcName
Type: str
The document SVC name from which the serializaton is to be done. Documents for other services in the data set are ignored.
- _dataSet
Type: Array Class
An array that contains the SitesSvcDocumentSchema objects.
Return Value
Type: XmlDocument Class
The serialized XML.