Gets SiteState by site ID.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public SiteState this[
int siteID
] { get; }
Parameters
- siteID
- Type: SystemInt32
ID of a site.
Return Value
Type:
SiteStateSiteState object
See Also