Class UpdateFolderPolicyError
The update folder policy error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFolderPolicyError
Constructors
| Improve this Doc View SourceUpdateFolderPolicyError()
Initializes a new instance of the UpdateFolderPolicyError class.
Declaration
public UpdateFolderPolicyError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public UpdateFolderPolicyError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.AccessError |
AsDisallowedSharedLinkPolicy
Gets this instance as a DisallowedSharedLinkPolicy, or null
.
Declaration
public UpdateFolderPolicyError.DisallowedSharedLinkPolicy AsDisallowedSharedLinkPolicy { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.DisallowedSharedLinkPolicy |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public UpdateFolderPolicyError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.NoPermission |
AsNotOnTeam
Gets this instance as a NotOnTeam, or null
.
Declaration
public UpdateFolderPolicyError.NotOnTeam AsNotOnTeam { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.NotOnTeam |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UpdateFolderPolicyError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.Other |
AsTeamFolder
Gets this instance as a TeamFolder, or null
.
Declaration
public UpdateFolderPolicyError.TeamFolder AsTeamFolder { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.TeamFolder |
AsTeamPolicyDisallowsMemberPolicy
Gets this instance as a TeamPolicyDisallowsMemberPolicy, or
null
.
Declaration
public UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type | Description |
---|---|
UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { 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 |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotOnTeam
Gets a value indicating whether this instance is NotOnTeam
Declaration
public bool IsNotOnTeam { 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 |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { 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 |