Class ShareFolderErrorBase
The share folder error base object
Inheritance
System.Object
ShareFolderErrorBase
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 ShareFolderErrorBase
Constructors
| Improve this Doc View SourceShareFolderErrorBase()
Initializes a new instance of the ShareFolderErrorBase class.
Declaration
public ShareFolderErrorBase()
Properties
| Improve this Doc View SourceAsBadPath
Gets this instance as a BadPath, or null
.
Declaration
public ShareFolderErrorBase.BadPath AsBadPath { get; }
Property Value
Type | Description |
---|---|
ShareFolderErrorBase.BadPath |
AsDisallowedSharedLinkPolicy
Gets this instance as a DisallowedSharedLinkPolicy, or null
.
Declaration
public ShareFolderErrorBase.DisallowedSharedLinkPolicy AsDisallowedSharedLinkPolicy { get; }
Property Value
Type | Description |
---|---|
ShareFolderErrorBase.DisallowedSharedLinkPolicy |
AsEmailUnverified
Gets this instance as a EmailUnverified, or null
.
Declaration
public ShareFolderErrorBase.EmailUnverified AsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
ShareFolderErrorBase.EmailUnverified |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ShareFolderErrorBase.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ShareFolderErrorBase.Other |
AsTeamPolicyDisallowsMemberPolicy
Gets this instance as a TeamPolicyDisallowsMemberPolicy, or
null
.
Declaration
public ShareFolderErrorBase.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type | Description |
---|---|
ShareFolderErrorBase.TeamPolicyDisallowsMemberPolicy |
IsBadPath
Gets a value indicating whether this instance is BadPath
Declaration
public bool IsBadPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDisallowedSharedLinkPolicy
Gets a value indicating whether this instance is DisallowedSharedLinkPolicy
Declaration
public bool IsDisallowedSharedLinkPolicy { 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 |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamPolicyDisallowsMemberPolicy
Gets a value indicating whether this instance is TeamPolicyDisallowsMemberPolicy
Declaration
public bool IsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type | Description |
---|---|
System.Boolean |