Click or drag to resize
ChatHelperGetDocumentAbsoluteUrlInternal 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#
protected virtual string GetDocumentAbsoluteUrlInternal(
	string documentPath
)

Parameters

documentPath
Type: SystemString
Relative document path.

Return Value

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