ChatHelperGetDocumentAbsoluteUrl Method |
Gets absolute URL from relative document path (if given path is not empty).
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax public static string GetDocumentAbsoluteUrl(
string documentPath
)
Parameters
- documentPath
- Type: SystemString
Relative document path.
Return Value
Type:
StringAbsolute URL to the given document path.
See Also