ModuleCommandsPollsPollBelongsToGroup Method |
Returns TRUE if poll belongs to specified group.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool PollsPollBelongsToGroup(
int pollId,
int groupId
)
Parameters
- pollId
- Type: SystemInt32
Poll ID - groupId
- Type: SystemInt32
Group ID
Return Value
Type:
BooleanSee Also