Show / Hide Table of Contents

Class AssetLogInfo

Asset details.

Inheritance
System.Object
AssetLogInfo
AssetLogInfo.File
AssetLogInfo.Folder
AssetLogInfo.Other
AssetLogInfo.PaperDocument
AssetLogInfo.PaperFolder
AssetLogInfo.ShowcaseDocument
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 Source

AssetLogInfo()

Initializes a new instance of the AssetLogInfo class.

Declaration
public AssetLogInfo()

Properties

| Improve this Doc View Source

AsFile

Gets this instance as a File, or null.

Declaration
public AssetLogInfo.File AsFile { get; }
Property Value
Type Description
AssetLogInfo.File
| Improve this Doc View Source

AsFolder

Gets this instance as a Folder, or null.

Declaration
public AssetLogInfo.Folder AsFolder { get; }
Property Value
Type Description
AssetLogInfo.Folder
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AssetLogInfo.Other AsOther { get; }
Property Value
Type Description
AssetLogInfo.Other
| Improve this Doc View Source

AsPaperDocument

Gets this instance as a PaperDocument, or null.

Declaration
public AssetLogInfo.PaperDocument AsPaperDocument { get; }
Property Value
Type Description
AssetLogInfo.PaperDocument
| Improve this Doc View Source

AsPaperFolder

Gets this instance as a PaperFolder, or null.

Declaration
public AssetLogInfo.PaperFolder AsPaperFolder { get; }
Property Value
Type Description
AssetLogInfo.PaperFolder
| Improve this Doc View Source

AsShowcaseDocument

Gets this instance as a ShowcaseDocument, or null.

Declaration
public AssetLogInfo.ShowcaseDocument AsShowcaseDocument { get; }
Property Value
Type Description
AssetLogInfo.ShowcaseDocument
| Improve this Doc View Source

IsFile

Gets a value indicating whether this instance is File

Declaration
public bool IsFile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFolder

Gets a value indicating whether this instance is Folder

Declaration
public bool IsFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPaperDocument

Gets a value indicating whether this instance is PaperDocument

Declaration
public bool IsPaperDocument { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPaperFolder

Gets a value indicating whether this instance is PaperFolder

Declaration
public bool IsPaperFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsShowcaseDocument

Gets a value indicating whether this instance is ShowcaseDocument

Declaration
public bool IsShowcaseDocument { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX