Group Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about a collection of Users and/or Groups.
Syntax
public class Group Public Class Group Properties
| Name | Description |
|---|---|
| Auth | The authentication type. |
| CreateDate | The date the Group was created. |
| CreateUserId | The Id of the User that created the Group. |
| EmailDL | The email address (distribution list) for the Group. |
| Id | The identifier for the object. |
| IsAct | Is the group active |
| IsSys | If true, the Group is a system group. If false, the Group is user-defined. |
| Name | The unique name of the Group. |
Returned By
Where you get a Group — members that return one.
- AdminService.AddGroup
- AdminService.GetAllGroups
- AdminService.GetGroupById
- AdminService.GetGroupByName
- AdminService.GetGroupsByIds
- AdminService.GetGroupsByNames
- AdminService.GetMemberGroupsByGroupId
- GroupInfo.Group
- GroupInfo.Groups
- UserInfo.Groups
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Group