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