IUrlHelper.GetRelativePathToCustomPages Method

Relativity API
Gets the string path of the custom pages for an application on the web server.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

string GetRelativePathToCustomPages(
	Guid appGuid
)

Parameters

appGuid
Type: System.Guid
The GUID assigned by Relativity to an application.

Return Value

Type: String
The string path to the custom page root is the application GUID.
Remarks

On the web server, string path for custom pages for the application this GUID.
See Also

Reference