PathParse Method A Sandcastle Documented Class Library
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.3.0
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

Reference