[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.dll)
Version: 7.3.2.0
Syntax
| C# |
|---|
public enum GroupSelection |
| Visual Basic (Declaration) |
|---|
Public Enumeration GroupSelection |
| Visual C++ |
|---|
public enum class GroupSelection |
Members
| Member name | Description | |
|---|---|---|
| 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
OfficeClip.Utils Namespace
