Show / Hide Table of Contents

Class PropertiesError.Path

The path object

Inheritance
System.Object
PropertiesError
PropertiesError.Path
Inherited Members
PropertiesError.IsPath
PropertiesError.AsPath
PropertiesError.IsUnsupportedFolder
PropertiesError.AsUnsupportedFolder
PropertiesError.IsTemplateNotFound
PropertiesError.AsTemplateNotFound
PropertiesError.IsRestrictedContent
PropertiesError.AsRestrictedContent
PropertiesError.IsOther
PropertiesError.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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class Path : PropertiesError

Constructors

| Improve this Doc View Source

Path(LookupError)

Initializes a new instance of the PropertiesError.Path class.

Declaration
public Path(LookupError value)
Parameters
Type Name Description
LookupError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public LookupError Value { get; }
Property Value
Type Description
LookupError
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX