Click or drag to resize
ChatHelperGetDocumentAbsoluteUrl Method
Gets absolute URL from relative document path (if given path is not empty).

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public static string GetDocumentAbsoluteUrl(
	string documentPath
)

Parameters

documentPath
Type: SystemString
Relative document path.

Return Value

Type: String
Absolute URL to the given document path.
See Also