Class AssetLogInfo
Asset details.
Inheritance
AssetLogInfo
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AssetLogInfo
Constructors
View SourceAssetLogInfo()
Initializes a new instance of the AssetLogInfo class.
Declaration
public AssetLogInfo()
Properties
View SourceAsFile
Gets this instance as a File, or null.
Declaration
public AssetLogInfo.File AsFile { get; }
Property Value
| Type | Description |
|---|---|
| AssetLogInfo.File |
AsFolder
Gets this instance as a Folder, or null.
Declaration
public AssetLogInfo.Folder AsFolder { get; }
Property Value
| Type | Description |
|---|---|
| AssetLogInfo.Folder |
AsOther
Gets this instance as a Other, or null.
Declaration
public AssetLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AssetLogInfo.Other |
AsPaperDocument
Gets this instance as a PaperDocument, or null.
Declaration
public AssetLogInfo.PaperDocument AsPaperDocument { get; }
Property Value
| Type | Description |
|---|---|
| AssetLogInfo.PaperDocument |
AsPaperFolder
Gets this instance as a PaperFolder, or null.
Declaration
public AssetLogInfo.PaperFolder AsPaperFolder { get; }
Property Value
| Type | Description |
|---|---|
| AssetLogInfo.PaperFolder |
AsShowcaseDocument
Gets this instance as a ShowcaseDocument, or null.
Declaration
public AssetLogInfo.ShowcaseDocument AsShowcaseDocument { get; }
Property Value
| Type | Description |
|---|---|
| AssetLogInfo.ShowcaseDocument |
IsFile
Gets a value indicating whether this instance is File
Declaration
public bool IsFile { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { 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 |
IsPaperDocument
Gets a value indicating whether this instance is PaperDocument
Declaration
public bool IsPaperDocument { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPaperFolder
Gets a value indicating whether this instance is PaperFolder
Declaration
public bool IsPaperFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsShowcaseDocument
Gets a value indicating whether this instance is ShowcaseDocument
Declaration
public bool IsShowcaseDocument { get; }
Property Value
| Type | Description |
|---|---|
| bool |