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