Dropbox .NET SDK
Show / Hide Table of Contents

Class ShareFolderErrorBase

The share folder error base object

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

Constructors

View Source

ShareFolderErrorBase()

Initializes a new instance of the ShareFolderErrorBase class.

Declaration
public ShareFolderErrorBase()

Properties

View Source

AsBadPath

Gets this instance as a BadPath, or null.

Declaration
public ShareFolderErrorBase.BadPath AsBadPath { get; }
Property Value
Type Description
ShareFolderErrorBase.BadPath
View Source

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

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

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

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

IsBadPath

Gets a value indicating whether this instance is BadPath

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

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