Class PathOrLink
The path or link object
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 SourcePathOrLink()
Initializes a new instance of the PathOrLink class.
Declaration
public PathOrLink()
  Properties
| Improve this Doc View SourceAsLink
Gets this instance as a Link, or null.
Declaration
public PathOrLink.Link AsLink { get; }
  Property Value
| Type | Description | 
|---|---|
| PathOrLink.Link | 
AsOther
Gets this instance as a Other, or null.
Declaration
public PathOrLink.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| PathOrLink.Other | 
AsPath
Gets this instance as a Path, or null.
Declaration
public PathOrLink.Path AsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| PathOrLink.Path | 
IsLink
Gets a value indicating whether this instance is Link
Declaration
public bool IsLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |