[This is preliminary documentation and is subject to change.]

Checks up if there are any groups in the OfficeClip system.

Namespace:  OfficeClip.DBLayer.Oem
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public bool AnyGroups()
Visual Basic (Declaration)
Public Function AnyGroups As Boolean
Visual C++
public:
bool AnyGroups()

Return Value

True if at least one group is created in OfficeClip, False otherwise.

See Also