Class FolderOverviewItemUnpinnedDetails
Unpinned item from folder overview.
Inheritance
System.Object
FolderOverviewItemUnpinnedDetails
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 FolderOverviewItemUnpinnedDetails
Constructors
| Improve this Doc View SourceFolderOverviewItemUnpinnedDetails(UInt64, IEnumerable<UInt64>)
Initializes a new instance of the FolderOverviewItemUnpinnedDetails class.
Declaration
public FolderOverviewItemUnpinnedDetails(ulong folderOverviewLocationAsset, IEnumerable<ulong> pinnedItemsAssetIndices)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | folderOverviewLocationAsset | Folder Overview location position in the Assets list. |
System.Collections.Generic.IEnumerable<System.UInt64> | pinnedItemsAssetIndices | Pinned items positions in the Assets list. |
Properties
| Improve this Doc View SourceFolderOverviewLocationAsset
Folder Overview location position in the Assets list.
Declaration
public ulong FolderOverviewLocationAsset { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
PinnedItemsAssetIndices
Pinned items positions in the Assets list.
Declaration
public IList<ulong> PinnedItemsAssetIndices { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.UInt64> |