Parse(String)

Parses the provided path and returns a populated cref path instance.
Namespace: TheBoxSoftware.API.LiveDocumenterAssembly: TheBoxSoftware.API.LiveDocumenter in (TheBoxSoftware.API.LiveDocumenter.dll)

Syntax

C#
public static CRefPath Parse(
	string crefPath
	)

Parameters

crefPathString
The cref path to control.

Returns

Exceptions

System.ArgumentNullException
The specified path was null or empty.