Dropbox .NET SDK

Class FolderOverviewDescriptionChangedDetails

Updated folder overview.

Inheritance
object
FolderOverviewDescriptionChangedDetails
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 FolderOverviewDescriptionChangedDetails

Constructors

View Source

FolderOverviewDescriptionChangedDetails(ulong)

Initializes a new instance of the FolderOverviewDescriptionChangedDetails class.

Declaration
public FolderOverviewDescriptionChangedDetails(ulong folderOverviewLocationAsset)
Parameters
Type Name Description
ulong folderOverviewLocationAsset

Folder Overview location position in the Assets list.

Properties

View Source

FolderOverviewLocationAsset

Folder Overview location position in the Assets list.

Declaration
public ulong FolderOverviewLocationAsset { get; protected set; }
Property Value
Type Description
ulong
  • View Source
In this article
Back to top Dropbox .NET SDK