IFileObject interface.WriteCreationAttributes Method

Definition

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

Writes the creation attributes of the file to an XML writer.

void WriteCreationAttributes(XmlWriter writer)

Writes the creation attributes of the file to an XML writer.

void WriteCreationAttributes(XmlWriter writer)

Parameters

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

See Also