Class FileIdOrUrl
The file id or url object
Inheritance
FileIdOrUrl
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class FileIdOrUrl
Constructors
View SourceFileIdOrUrl()
Initializes a new instance of the FileIdOrUrl class.
Declaration
public FileIdOrUrl()
Properties
View SourceAsFileId
Gets this instance as a FileId, or null.
Declaration
public FileIdOrUrl.FileId AsFileId { get; }
Property Value
| Type | Description |
|---|---|
| FileIdOrUrl.FileId |
AsOther
Gets this instance as a Other, or null.
Declaration
public FileIdOrUrl.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| FileIdOrUrl.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public FileIdOrUrl.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| FileIdOrUrl.Path |
AsUrl
Gets this instance as a Url, or null.
Declaration
public FileIdOrUrl.Url AsUrl { get; }
Property Value
| Type | Description |
|---|---|
| FileIdOrUrl.Url |
IsFileId
Gets a value indicating whether this instance is FileId
Declaration
public bool IsFileId { 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 |
IsUrl
Gets a value indicating whether this instance is Url
Declaration
public bool IsUrl { get; }
Property Value
| Type | Description |
|---|---|
| bool |