RosterLoaderVALIDATE_FIRST Field |
Note: This API is now obsolete.
To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).
Namespace:
ASAP.NRP.Core.Tools
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntax[ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")]
public bool VALIDATE_FIRST
<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")>
Public VALIDATE_FIRST As Boolean
public:
[ObsoleteAttribute(L"This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")]
bool VALIDATE_FIRST
[<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")>]
val mutable VALIDATE_FIRST: bool
Field Value
Type:
Boolean
See Also