Click or drag to resize
ChatUIHelperGetChatRoomWindowURLInternal Method
Returns chat room window url from global chat settings

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetChatRoomWindowURLInternal(
	Page page
)

Parameters

page
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: String
See Also