[This is preliminary documentation and is subject to change.]
Enumearted types for various types of groups in the User MAnager
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum GroupType |
| Visual Basic (Declaration) |
|---|
Public Enumeration GroupType |
| Visual C++ |
|---|
public enum class GroupType |
Members
| Member name | Description | |
|---|---|---|
| Department |
Departments are like groups but has dependency on the organization. A member
of a department automatically becomes a member of an organization.
| |
| Organization |
Organization are group types which are parent of the departments. Various
departments can be created under an organization.
| |
| None |
Provided as a default value and error checking.
|
