Click or drag to resize
ModuleCommandsPollsPollBelongsToGroup Method
Returns TRUE if poll belongs to specified group.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool PollsPollBelongsToGroup(
	int pollId,
	int groupId
)

Parameters

pollId
Type: SystemInt32
Poll ID
groupId
Type: SystemInt32
Group ID

Return Value

Type: Boolean
See Also