Click or drag to resize
PathParse Method
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.4.1
Syntax
C#
public static Path Parse(
	string path
)

Parameters

path
Type: SystemString
The string path to parse

Return Value

Type: Path
A new path
See Also