| DataObjectReferencePathParse Method (String, String) |
Parses ReferencePath in a string representation and returns the
equivalent object representation.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static DataObjectReferencePath Parse(
string path,
out string error
)
Parameters
- path
- Type: SystemString
- error
- Type: SystemString
Return Value
Type:
DataObjectReferencePath
See Also