Click or drag to resize
GlobalSitesItem Property
Gets SiteState by site ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public SiteState this[
	int siteID
] { get; }

Parameters

siteID
Type: SystemInt32
ID of a site.

Return Value

Type: SiteState
SiteState object
See Also