Class FolderOverviewItemUnpinnedDetails
Unpinned item from folder overview.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FolderOverviewItemUnpinnedDetails
Constructors
View SourceFolderOverviewItemUnpinnedDetails(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 SourceFolderOverviewLocationAsset
Folder Overview location position in the Assets list.
Declaration
public ulong FolderOverviewLocationAsset { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
PinnedItemsAssetIndices
Pinned items positions in the Assets list.
Declaration
public IList<ulong> PinnedItemsAssetIndices { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong> |