Getting started
Exporting
- Export quick start
- Examples
- Help compilers
- What are LDEC files
- Customising the export
- Creating your own LDEC files
API
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
crefPath
StringThe cref path to control.
Returns
Exceptions
System.ArgumentNullException
The specified path was null or empty.