Dropbox .NET SDK

Class FolderOverviewItemUnpinnedDetails

Unpinned item from folder overview.

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

Constructors

View Source

FolderOverviewItemUnpinnedDetails(ulong, IEnumerable<ulong>)

Initializes a new instance of the FolderOverviewItemUnpinnedDetails class.

Declaration
public FolderOverviewItemUnpinnedDetails(ulong folderOverviewLocationAsset, IEnumerable<ulong> pinnedItemsAssetIndices)
Parameters
Type Name Description
ulong folderOverviewLocationAsset

Folder Overview location position in the Assets list.

IEnumerable<ulong> pinnedItemsAssetIndices

Pinned items positions 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

PinnedItemsAssetIndices

Pinned items positions in the Assets list.

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