Class PathOrLink
The path or link object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PathOrLink
Constructors
View SourcePathOrLink()
Initializes a new instance of the PathOrLink class.
Declaration
public PathOrLink()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |