Class GroupMemberSetAccessTypeError
The group member set access type error object
Inheritance
System.Object
GroupMemberSetAccessTypeError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMemberSetAccessTypeError
Constructors
| Improve this Doc View SourceGroupMemberSetAccessTypeError()
Initializes a new instance of the Group
Declaration
public GroupMemberSetAccessTypeError()
Properties
| Improve this Doc View SourceAsGroupNotFound
Gets this instance as a GroupNotFound, or null
.
Declaration
public GroupMemberSetAccessTypeError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
Group |
AsMemberNotInGroup
Gets this instance as a MemberNotInGroup, or null
.
Declaration
public GroupMemberSetAccessTypeError.MemberNotInGroup AsMemberNotInGroup { get; }
Property Value
Type | Description |
---|---|
Group |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GroupMemberSetAccessTypeError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Group |
AsSystemManagedGroupDisallowed
Gets this instance as a SystemManagedGroupDisallowed, or null
.
Declaration
public GroupMemberSetAccessTypeError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
Group |
AsUserCannotBeManagerOfCompanyManagedGroup
Gets this instance as a UserCannotBeManagerOfCompanyManagedGroup, or
null
.
Declaration
public GroupMemberSetAccessTypeError.UserCannotBeManagerOfCompanyManagedGroup AsUserCannotBeManagerOfCompanyManagedGroup { get; }
Property Value
| Improve this Doc View SourceIsGroupNotFound
Gets a value indicating whether this instance is GroupNotFound
Declaration
public bool IsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsMemberNotInGroup
Gets a value indicating whether this instance is MemberNotInGroup
Declaration
public bool IsMemberNotInGroup { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsSystemManagedGroupDisallowed
Gets a value indicating whether this instance is SystemManagedGroupDisallowed
Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserCannotBeManagerOfCompanyManagedGroup
Gets a value indicating whether this instance is UserCannotBeManagerOfCompanyManagedGroup
Declaration
public bool IsUserCannotBeManagerOfCompanyManagedGroup { get; }
Property Value
Type | Description |
---|---|
System. |