Class SharedFolderMemberError
The shared folder member error object
Inheritance
System.Object
SharedFolderMemberError
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMemberError
Constructors
| Improve this Doc View SourceSharedFolderMemberError()
Initializes a new instance of the SharedFolderMemberError class.
Declaration
public SharedFolderMemberError()
Properties
| Improve this Doc View SourceAsInvalidDropboxId
Gets this instance as a InvalidDropboxId, or null
.
Declaration
public SharedFolderMemberError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type | Description |
---|---|
SharedFolderMemberError.InvalidDropboxId |
AsNoExplicitAccess
Gets this instance as a NoExplicitAccess, or null
.
Declaration
public SharedFolderMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
Type | Description |
---|---|
SharedFolderMemberError.NoExplicitAccess |
AsNotAMember
Gets this instance as a NotAMember, or null
.
Declaration
public SharedFolderMemberError.NotAMember AsNotAMember { get; }
Property Value
Type | Description |
---|---|
SharedFolderMemberError.NotAMember |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharedFolderMemberError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SharedFolderMemberError.Other |
IsInvalidDropboxId
Gets a value indicating whether this instance is InvalidDropboxId
Declaration
public bool IsInvalidDropboxId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoExplicitAccess
Gets a value indicating whether this instance is NoExplicitAccess
Declaration
public bool IsNoExplicitAccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotAMember
Gets a value indicating whether this instance is NotAMember
Declaration
public bool IsNotAMember { 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 |