Click or drag to resize
PollInfoIsInSite Method
Returns true, if the poll is assigned to the site.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax
C#
public bool IsInSite(
	string siteName
)

Parameters

siteName
Type: SystemString
Sitename to check

Return Value

Type: Boolean
See Also