Class RemoveFolderMemberError
The remove folder member error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RemoveFolderMemberError
Constructors
| Improve this Doc View SourceRemoveFolderMemberError()
Initializes a new instance of the Remove
Declaration
public RemoveFolderMemberError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public RemoveFolderMemberError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
Remove |
AsFolderOwner
Gets this instance as a FolderOwner, or null
.
Declaration
public RemoveFolderMemberError.FolderOwner AsFolderOwner { get; }
Property Value
Type | Description |
---|---|
Remove |
AsGroupAccess
Gets this instance as a GroupAccess, or null
.
Declaration
public RemoveFolderMemberError.GroupAccess AsGroupAccess { get; }
Property Value
Type | Description |
---|---|
Remove |
AsMemberError
Gets this instance as a MemberError, or null
.
Declaration
public RemoveFolderMemberError.MemberError AsMemberError { get; }
Property Value
Type | Description |
---|---|
Remove |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public RemoveFolderMemberError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
Remove |
AsOther
Gets this instance as a Other, or null
.
Declaration
public RemoveFolderMemberError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Remove |
AsTeamFolder
Gets this instance as a TeamFolder, or null
.
Declaration
public RemoveFolderMemberError.TeamFolder AsTeamFolder { get; }
Property Value
Type | Description |
---|---|
Remove |
AsTooManyFiles
Gets this instance as a TooManyFiles, or null
.
Declaration
public RemoveFolderMemberError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
Remove |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System. |
IsFolderOwner
Gets a value indicating whether this instance is FolderOwner
Declaration
public bool IsFolderOwner { get; }
Property Value
Type | Description |
---|---|
System. |
IsGroupAccess
Gets a value indicating whether this instance is GroupAccess
Declaration
public bool IsGroupAccess { get; }
Property Value
Type | Description |
---|---|
System. |
IsMemberError
Gets a value indicating whether this instance is MemberError
Declaration
public bool IsMemberError { get; }
Property Value
Type | Description |
---|---|
System. |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { 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. |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
System. |