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

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

Parameters

siteId
Type: System.Int32
Site id

Return Value

Type: Boolean
See Also