ModelPathUtils.ConvertModelPathToUserVisiblePath
Method
Description:
Gets a string version of the path of a given ModelPath.
Gets a string version of the path of a given ModelPath.
Parameters
Parameter | Type | Description |
---|---|---|
path | ModelPath | A ModelPath representing a file path or a server path. |
Return Value
Type | Description |
---|---|
String | The path in string form |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |