Show / Hide Table of Contents

Class ShareFolderErrorBase.BadPath

is invalid.

Inheritance
System.Object
ShareFolderErrorBase
ShareFolderErrorBase.BadPath
Inherited Members
ShareFolderErrorBase.IsEmailUnverified
ShareFolderErrorBase.AsEmailUnverified
ShareFolderErrorBase.IsBadPath
ShareFolderErrorBase.AsBadPath
ShareFolderErrorBase.IsTeamPolicyDisallowsMemberPolicy
ShareFolderErrorBase.AsTeamPolicyDisallowsMemberPolicy
ShareFolderErrorBase.IsDisallowedSharedLinkPolicy
ShareFolderErrorBase.AsDisallowedSharedLinkPolicy
ShareFolderErrorBase.IsOther
ShareFolderErrorBase.AsOther
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 sealed class BadPath : ShareFolderErrorBase

Constructors

| Improve this Doc View Source

BadPath(SharePathError)

Initializes a new instance of the ShareFolderErrorBase.BadPath class.

Declaration
public BadPath(SharePathError value)
Parameters
Type Name Description
SharePathError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SharePathError Value { get; }
Property Value
Type Description
SharePathError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BadPath(SharePathError)
  • Properties
    • Value
Back to top Generated by DocFX