• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class FolderOverviewDescriptionChangedDetails

Updated folder overview.

Inheritance
System.Object
FolderOverviewDescriptionChangedDetails
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 FolderOverviewDescriptionChangedDetails

Constructors

| Improve this Doc View Source

FolderOverviewDescriptionChangedDetails(UInt64)

Initializes a new instance of the FolderOverviewDescriptionChangedDetails class.

Declaration
public FolderOverviewDescriptionChangedDetails(ulong folderOverviewLocationAsset)
Parameters
Type Name Description
System.UInt64 folderOverviewLocationAsset

Folder Overview location position in the Assets list.

Properties

| Improve this Doc View Source

FolderOverviewLocationAsset

Folder Overview location position in the Assets list.

Declaration
public ulong FolderOverviewLocationAsset { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FolderOverviewDescriptionChangedDetails(UInt64)
  • Properties
    • FolderOverviewLocationAsset
Back to top Generated by DocFX