IFileObject interface.ReadCreationAttributes Method

Definition

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

Reads the creation attributes of the file from an XML reader.

void ReadCreationAttributes(XmlReader reader)

Reads the creation attributes of the file from an XML reader.

void ReadCreationAttributes(XmlReader reader)

Parameters

Type Parameter name Description
XmlReader reader The XML reader to read from.

See Also