Class ExcludedUsersUpdateError
Excluded users update error.
Inheritance
System.Object
ExcludedUsersUpdateError
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 ExcludedUsersUpdateError
Constructors
| Improve this Doc View SourceExcludedUsersUpdateError()
Initializes a new instance of the ExcludedUsersUpdateError class.
Declaration
public ExcludedUsersUpdateError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public ExcludedUsersUpdateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ExcludedUsersUpdateError.Other |
AsTooManyUsers
Gets this instance as a TooManyUsers, or null
.
Declaration
public ExcludedUsersUpdateError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type | Description |
---|---|
ExcludedUsersUpdateError.TooManyUsers |
AsUsersNotInTeam
Gets this instance as a UsersNotInTeam, or null
.
Declaration
public ExcludedUsersUpdateError.UsersNotInTeam AsUsersNotInTeam { get; }
Property Value
Type | Description |
---|---|
ExcludedUsersUpdateError.UsersNotInTeam |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyUsers
Gets a value indicating whether this instance is TooManyUsers
Declaration
public bool IsTooManyUsers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUsersNotInTeam
Gets a value indicating whether this instance is UsersNotInTeam
Declaration
public bool IsUsersNotInTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |