Show / Hide Table of Contents

Class ShareFolderError

The share folder error object

Inheritance
System.Object
ShareFolderError
ShareFolderError.BadPath
ShareFolderError.DisallowedSharedLinkPolicy
ShareFolderError.EmailUnverified
ShareFolderError.NoPermission
ShareFolderError.Other
ShareFolderError.TeamPolicyDisallowsMemberPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ShareFolderError

Constructors

| Improve this Doc View Source

ShareFolderError()

Initializes a new instance of the ShareFolderError class.

Declaration
public ShareFolderError()

Properties

| Improve this Doc View Source

AsBadPath

Gets this instance as a BadPath, or null.

Declaration
public ShareFolderError.BadPath AsBadPath { get; }
Property Value
Type Description
ShareFolderError.BadPath
| Improve this Doc View Source

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

Declaration
public ShareFolderError.DisallowedSharedLinkPolicy AsDisallowedSharedLinkPolicy { get; }
Property Value
Type Description
ShareFolderError.DisallowedSharedLinkPolicy
| Improve this Doc View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public ShareFolderError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
ShareFolderError.EmailUnverified
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public ShareFolderError.NoPermission AsNoPermission { get; }
Property Value
Type Description
ShareFolderError.NoPermission
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ShareFolderError.Other AsOther { get; }
Property Value
Type Description
ShareFolderError.Other
| Improve this Doc View Source

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

Declaration
public ShareFolderError.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
ShareFolderError.TeamPolicyDisallowsMemberPolicy
| Improve this Doc View Source

IsBadPath

Gets a value indicating whether this instance is BadPath

Declaration
public bool IsBadPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDisallowedSharedLinkPolicy

Gets a value indicating whether this instance is DisallowedSharedLinkPolicy

Declaration
public bool IsDisallowedSharedLinkPolicy { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

Declaration
public bool IsEmailUnverified { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamPolicyDisallowsMemberPolicy

Gets a value indicating whether this instance is TeamPolicyDisallowsMemberPolicy

Declaration
public bool IsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ShareFolderError()
  • Properties
    • AsBadPath
    • AsDisallowedSharedLinkPolicy
    • AsEmailUnverified
    • AsNoPermission
    • AsOther
    • AsTeamPolicyDisallowsMemberPolicy
    • IsBadPath
    • IsDisallowedSharedLinkPolicy
    • IsEmailUnverified
    • IsNoPermission
    • IsOther
    • IsTeamPolicyDisallowsMemberPolicy
Back to top Generated by DocFX