Dropbox .NET SDK

Class AssetLogInfo

Asset details.

Inheritance
object
AssetLogInfo
AssetLogInfo.File
AssetLogInfo.Folder
AssetLogInfo.Other
AssetLogInfo.PaperDocument
AssetLogInfo.PaperFolder
AssetLogInfo.ShowcaseDocument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AssetLogInfo

Constructors

View Source

AssetLogInfo()

Initializes a new instance of the AssetLogInfo class.

Declaration
public AssetLogInfo()

Properties

View Source

AsFile

Gets this instance as a File, or null.

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

AsFolder

Gets this instance as a Folder, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPaperDocument

Gets this instance as a PaperDocument, or null.

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

AsPaperFolder

Gets this instance as a PaperFolder, or null.

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

AsShowcaseDocument

Gets this instance as a ShowcaseDocument, or null.

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

IsFile

Gets a value indicating whether this instance is File

Declaration
public bool IsFile { get; }
Property Value
Type Description
bool
View Source

IsFolder

Gets a value indicating whether this instance is Folder

Declaration
public bool IsFolder { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPaperDocument

Gets a value indicating whether this instance is PaperDocument

Declaration
public bool IsPaperDocument { get; }
Property Value
Type Description
bool
View Source

IsPaperFolder

Gets a value indicating whether this instance is PaperFolder

Declaration
public bool IsPaperFolder { get; }
Property Value
Type Description
bool
View Source

IsShowcaseDocument

Gets a value indicating whether this instance is ShowcaseDocument

Declaration
public bool IsShowcaseDocument { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK