Dropbox .NET SDK
Show / Hide Table of Contents

Class ShareFolderErrorBaseV2

The share folder error base v2 object

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

Constructors

View Source

ShareFolderErrorBaseV2()

Initializes a new instance of the ShareFolderErrorBaseV2 class.

Declaration
public ShareFolderErrorBaseV2()

Properties

View Source

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

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

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

Declaration
public ShareFolderErrorBaseV2.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
ShareFolderErrorBaseV2.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

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