DocumentDataItemClass Constructor | |
Namespace:
SOWIData.XML
Assembly:
SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public Document(
string pFileName
)
Public Sub New (
pFileName As String
)
Parameters
- pFileName
- Type: SystemString
[Missing <param name="pFileName"/> documentation for "M:SOWIData.XML.Document`1.#ctor(System.String)"]
Remarks
If doesn't exist file then create XML document with a Data element.
See Also