Dropbox .NET SDK
Show / Hide Table of Contents

Class ShareFolderErrorV2

The share folder error v2 object

Inheritance
object
ShareFolderErrorV2
ShareFolderErrorV2.DisallowedSharedLinkPolicy
ShareFolderErrorV2.EmailUnverified
ShareFolderErrorV2.NoPermission
ShareFolderErrorV2.Other
ShareFolderErrorV2.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 ShareFolderErrorV2

Constructors

View Source

ShareFolderErrorV2()

Initializes a new instance of the ShareFolderErrorV2 class.

Declaration
public ShareFolderErrorV2()

Properties

View Source

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

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

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public ShareFolderErrorV2.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
ShareFolderErrorV2.EmailUnverified
View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

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

IsDisallowedSharedLinkPolicy

Gets a value indicating whether this instance is DisallowedSharedLinkPolicy

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

Declaration
public bool IsEmailUnverified { 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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { 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