Dropbox .NET SDK
Show / Hide Table of Contents

Class ShareFolderError.BadPath

Dropbox.Api.Sharing.ShareFolderArg.Path is invalid.

Inheritance
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class ShareFolderError.BadPath : ShareFolderError

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public SharePathError Value { get; }
Property Value
Type Description
SharePathError
  • View Source
In this article
Back to top Dropbox .NET SDK