Class ShareFolderErrorV2
The share folder error v2 object
Inheritance
ShareFolderErrorV2
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ShareFolderErrorV2
Constructors
View SourceShareFolderErrorV2()
Initializes a new instance of the ShareFolderErrorV2 class.
Declaration
public ShareFolderErrorV2()
Properties
View SourceAsDisallowedSharedLinkPolicy
Gets this instance as a DisallowedSharedLinkPolicy, or null.
Declaration
public ShareFolderErrorV2.DisallowedSharedLinkPolicy AsDisallowedSharedLinkPolicy { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderErrorV2.DisallowedSharedLinkPolicy |
AsEmailUnverified
Gets this instance as a EmailUnverified, or null.
Declaration
public ShareFolderErrorV2.EmailUnverified AsEmailUnverified { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderErrorV2.EmailUnverified |
AsNoPermission
Gets this instance as a NoPermission, or null.
Declaration
public ShareFolderErrorV2.NoPermission AsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderErrorV2.NoPermission |
AsOther
Gets this instance as a Other, or null.
Declaration
public ShareFolderErrorV2.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderErrorV2.Other |
AsTeamPolicyDisallowsMemberPolicy
Gets this instance as a TeamPolicyDisallowsMemberPolicy, or
null.
Declaration
public ShareFolderErrorV2.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderErrorV2.TeamPolicyDisallowsMemberPolicy |
IsDisallowedSharedLinkPolicy
Gets a value indicating whether this instance is DisallowedSharedLinkPolicy
Declaration
public bool IsDisallowedSharedLinkPolicy { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamPolicyDisallowsMemberPolicy
Gets a value indicating whether this instance is TeamPolicyDisallowsMemberPolicy
Declaration
public bool IsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
| Type | Description |
|---|---|
| bool |