IFileObject interface.WriteDefinition Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Writes the definition of the file to an XML writer.

void WriteDefinition(XmlWriter writer)

Writes the definition of the file to an XML writer.

void WriteDefinition(XmlWriter writer)

Parameters

Type Parameter name Description
XmlWriter writer The XML writer to write to.

See Also