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

Enumerated type for the group selection in various applications including the calendar and the bulletin board

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum GroupSelection
Visual Basic (Declaration)
Public Enumeration GroupSelection
Visual C++
public enum class GroupSelection

Members

Member nameDescription
None
Default
AllGroups
Selects all the groups
CurrentGroup
Selects only the current group
Private
selects the private group
CurrentGroupWithoutPrivate
The current group information without any private information

See Also