IUrlHelper.GetApplicationURL Method

Relativity API
Gets the uniform resource identifier (URI) for the custom pages in an application on the web server.

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

Uri GetApplicationURL(
	Guid appGuid
)

Parameters

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

Return Value

Type: Uri
The URI for the custom page root is the application GUID.
Exceptions

ExceptionCondition
ArgumentExceptionThrown when the application GUID is empty.
Remarks

On the web server, the URI for custom pages is the application GUID.
See Also

Reference