Show / Hide Table of Contents

Class ShareFolderError.BadPath

is invalid.

Inheritance
System.Object
ShareFolderError
ShareFolderError.BadPath
Inherited Members
ShareFolderError.IsNoPermission
ShareFolderError.AsNoPermission
ShareFolderError.IsEmailUnverified
ShareFolderError.AsEmailUnverified
ShareFolderError.IsBadPath
ShareFolderError.AsBadPath
ShareFolderError.IsTeamPolicyDisallowsMemberPolicy
ShareFolderError.AsTeamPolicyDisallowsMemberPolicy
ShareFolderError.IsDisallowedSharedLinkPolicy
ShareFolderError.AsDisallowedSharedLinkPolicy
ShareFolderError.IsOther
ShareFolderError.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 : ShareFolderError

Constructors

| Improve this Doc View Source

BadPath(SharePathError)

Initializes a new instance of the ShareFolderError.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