XMLDataItemClassExistOne Method | |
Check exist one data item by Name
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public bool ExistOne(
string pName
)
Public Function ExistOne (
pName As String
) As Boolean
Parameters
- pName
- Type: SystemString
[Missing <param name="pName"/> documentation for "M:SIC.File.XML`1.ExistOne(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SIC.File.XML`1.ExistOne(System.String)"]
Implements
IXMLDataItemClassExistOne(String)See Also