Class AssetLogInfo
Asset details.
Inheritance
System.Object
AssetLogInfo
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AssetLogInfo
Constructors
| Improve this Doc View SourceAssetLogInfo()
Initializes a new instance of the AssetLogInfo class.
Declaration
public AssetLogInfo()
Properties
| Improve this Doc 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 |
|---|---|
| System.Boolean |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { 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 |
IsPaperDocument
Gets a value indicating whether this instance is PaperDocument
Declaration
public bool IsPaperDocument { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsPaperFolder
Gets a value indicating whether this instance is PaperFolder
Declaration
public bool IsPaperFolder { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsShowcaseDocument
Gets a value indicating whether this instance is ShowcaseDocument
Declaration
public bool IsShowcaseDocument { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |