Show / Hide Table of Contents

Class PathOrLink

The path or link object

Inheritance
System.Object
PathOrLink
PathOrLink.Link
PathOrLink.Other
PathOrLink.Path
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class PathOrLink

Constructors

| Improve this Doc View Source

PathOrLink()

Initializes a new instance of the PathOrLink class.

Declaration
public PathOrLink()

Properties

| Improve this Doc View Source

AsLink

Gets this instance as a Link, or null.

Declaration
public PathOrLink.Link AsLink { get; }
Property Value
Type Description
PathOrLink.Link
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public PathOrLink.Path AsPath { get; }
Property Value
Type Description
PathOrLink.Path
| Improve this Doc View Source

IsLink

Gets a value indicating whether this instance is Link

Declaration
public bool IsLink { 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

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PathOrLink()
  • Properties
    • AsLink
    • AsOther
    • AsPath
    • IsLink
    • IsOther
    • IsPath
Back to top Generated by DocFX