Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateFolderPolicyError

The update folder policy error object

Inheritance
object
UpdateFolderPolicyError
UpdateFolderPolicyError.AccessError
UpdateFolderPolicyError.DisallowedSharedLinkPolicy
UpdateFolderPolicyError.NoPermission
UpdateFolderPolicyError.NotOnTeam
UpdateFolderPolicyError.Other
UpdateFolderPolicyError.TeamFolder
UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFolderPolicyError

Constructors

View Source

UpdateFolderPolicyError()

Initializes a new instance of the UpdateFolderPolicyError class.

Declaration
public UpdateFolderPolicyError()

Properties

View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public UpdateFolderPolicyError.AccessError AsAccessError { get; }
Property Value
Type Description
UpdateFolderPolicyError.AccessError
View Source

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

Declaration
public UpdateFolderPolicyError.DisallowedSharedLinkPolicy AsDisallowedSharedLinkPolicy { get; }
Property Value
Type Description
UpdateFolderPolicyError.DisallowedSharedLinkPolicy
View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public UpdateFolderPolicyError.NoPermission AsNoPermission { get; }
Property Value
Type Description
UpdateFolderPolicyError.NoPermission
View Source

AsNotOnTeam

Gets this instance as a NotOnTeam, or null.

Declaration
public UpdateFolderPolicyError.NotOnTeam AsNotOnTeam { get; }
Property Value
Type Description
UpdateFolderPolicyError.NotOnTeam
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UpdateFolderPolicyError.Other AsOther { get; }
Property Value
Type Description
UpdateFolderPolicyError.Other
View Source

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public UpdateFolderPolicyError.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
UpdateFolderPolicyError.TeamFolder
View Source

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

Declaration
public UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy
View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
bool
View Source

IsDisallowedSharedLinkPolicy

Gets a value indicating whether this instance is DisallowedSharedLinkPolicy

Declaration
public bool IsDisallowedSharedLinkPolicy { get; }
Property Value
Type Description
bool
View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
bool
View Source

IsNotOnTeam

Gets a value indicating whether this instance is NotOnTeam

Declaration
public bool IsNotOnTeam { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

Declaration
public bool IsTeamFolder { get; }
Property Value
Type Description
bool
View Source

IsTeamPolicyDisallowsMemberPolicy

Gets a value indicating whether this instance is TeamPolicyDisallowsMemberPolicy

Declaration
public bool IsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK