Click or drag to resize
ModuleCommandsCommunitySiteHasGroup Method
Returns true if selected site contains at least one group.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool CommunitySiteHasGroup(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site id

Return Value

Type: Boolean
See Also