ChatHelperGetChatRoomWindowURL Method |
Returns chat room window url from global chat settings
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static string GetChatRoomWindowURL(
Page page = null
)
Parameters
- page (Optional)
- Type: System.Web.UIPage
Page that asks for window URL. Administration window URL is returned when administration page is given, live site window URL otherwise.
Return Value
Type:
StringSee Also