M-Files Vault Application Framework
C#
Show/Hide TOC
Application
Definition
Application
Definition
Data
Read
Xml Method
ReadXML deserializes the class using the given XmlReader.
Definition
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
void
ReadXml
(
XmlReader
reader
)
Parameters
reader
XmlReader
The XML stream to deserialize from.
Implements
IXmlSerializable
ReadXml(XmlReader)
See Also
Reference
ApplicationDefinition
ApplicationDefinitionData Class
MFiles.VAF.Common Namespace
In This Article
Definition
Parameters
Implements
See Also