Show / Hide Table of Contents

Class ShareFolderErrorBase

The share folder error base object

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

Constructors

| Improve this Doc View Source

ShareFolderErrorBase()

Initializes a new instance of the ShareFolderErrorBase class.

Declaration
public ShareFolderErrorBase()

Properties

| Improve this Doc View Source

AsBadPath

Gets this instance as a BadPath, or null.

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

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

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

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

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

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
    • ShareFolderErrorBase()
  • Properties
    • AsBadPath
    • AsDisallowedSharedLinkPolicy
    • AsEmailUnverified
    • AsOther
    • AsTeamPolicyDisallowsMemberPolicy
    • IsBadPath
    • IsDisallowedSharedLinkPolicy
    • IsEmailUnverified
    • IsOther
    • IsTeamPolicyDisallowsMemberPolicy
Back to top Generated by DocFX