Class AddFolderMemberError
The add folder member error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AddFolderMemberError
Constructors
| Improve this Doc View SourceAddFolderMemberError()
Initializes a new instance of the AddFolderMemberError class.
Declaration
public AddFolderMemberError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public AddFolderMemberError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.AccessError |
AsBadMember
Gets this instance as a BadMember, or null
.
Declaration
public AddFolderMemberError.BadMember AsBadMember { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.BadMember |
AsBannedMember
Gets this instance as a BannedMember, or null
.
Declaration
public AddFolderMemberError.BannedMember AsBannedMember { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.BannedMember |
AsCantShareOutsideTeam
Gets this instance as a CantShareOutsideTeam, or null
.
Declaration
public AddFolderMemberError.CantShareOutsideTeam AsCantShareOutsideTeam { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.CantShareOutsideTeam |
AsEmailUnverified
Gets this instance as a EmailUnverified, or null
.
Declaration
public AddFolderMemberError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.EmailUnverified |
AsInsufficientPlan
Gets this instance as a InsufficientPlan, or null
.
Declaration
public AddFolderMemberError.InsufficientPlan AsInsufficientPlan { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.InsufficientPlan |
AsInvalidSharedFolder
Gets this instance as a InvalidSharedFolder, or null
.
Declaration
public AddFolderMemberError.InvalidSharedFolder AsInvalidSharedFolder { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.InvalidSharedFolder |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public AddFolderMemberError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.NoPermission |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AddFolderMemberError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.Other |
AsRateLimit
Gets this instance as a RateLimit, or null
.
Declaration
public AddFolderMemberError.RateLimit AsRateLimit { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.RateLimit |
AsTeamFolder
Gets this instance as a TeamFolder, or null
.
Declaration
public AddFolderMemberError.TeamFolder AsTeamFolder { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.TeamFolder |
AsTooManyInvitees
Gets this instance as a TooManyInvitees, or null
.
Declaration
public AddFolderMemberError.TooManyInvitees AsTooManyInvitees { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.TooManyInvitees |
AsTooManyMembers
Gets this instance as a TooManyMembers, or null
.
Declaration
public AddFolderMemberError.TooManyMembers AsTooManyMembers { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.TooManyMembers |
AsTooManyPendingInvites
Gets this instance as a TooManyPendingInvites, or null
.
Declaration
public AddFolderMemberError.TooManyPendingInvites AsTooManyPendingInvites { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError.TooManyPendingInvites |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBadMember
Gets a value indicating whether this instance is BadMember
Declaration
public bool IsBadMember { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBannedMember
Gets a value indicating whether this instance is BannedMember
Declaration
public bool IsBannedMember { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCantShareOutsideTeam
Gets a value indicating whether this instance is CantShareOutsideTeam
Declaration
public bool IsCantShareOutsideTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientPlan
Gets a value indicating whether this instance is InsufficientPlan
Declaration
public bool IsInsufficientPlan { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidSharedFolder
Gets a value indicating whether this instance is InvalidSharedFolder
Declaration
public bool IsInvalidSharedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRateLimit
Gets a value indicating whether this instance is RateLimit
Declaration
public bool IsRateLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyInvitees
Gets a value indicating whether this instance is TooManyInvitees
Declaration
public bool IsTooManyInvitees { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyMembers
Gets a value indicating whether this instance is TooManyMembers
Declaration
public bool IsTooManyMembers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyPendingInvites
Gets a value indicating whether this instance is TooManyPendingInvites
Declaration
public bool IsTooManyPendingInvites { get; }
Property Value
Type | Description |
---|---|
System.Boolean |