Create a new Path from the specified string argument path.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static Path Parse(
string path
)
Parameters
- path
- Type: SystemString
The string path to parse
Return Value
Type:
PathA new path
See Also