Represents a list entry that contains the identifier and metadata for a StorageFile or StorageFolder object in a list.
Syntax
var accessListEntry = { metadata : /* Your value */, token : /* Your value */ }
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The AccessListEntry structure has these fields.
| Field | Data type | Description |
|---|---|---|
| Metadata | metadata |
String [JavaScript] | System.String [.NET] | Platform::String [C++] |
Optional app-specified metadata associated with the StorageFile or StorageFolder in the list. |
| Token | token |
String [JavaScript] | System.String [.NET] | Platform::String [C++] |
The identifier of the StorageFile or StorageFolder in the list. |
Remarks
The fields of the AccessListEntry structure are set by an app when it adds a StorageFile or StorageFolder to the StorageItemAccessList or to the StorageItemMostRecentlyUsedList.
The AccessListEntry for an item in a list can be accessed from the AccessListEntryView.First or AccessListEntryView.GetAt methods, or from the ItemRemovedEventArgs.RemovedEntry property.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- AccessListEntryView.First
- AccessListEntryView.GetAt
- ItemRemovedEventArgs.RemovedEntry
- StorageItemAccessList
- StorageItemAccessList.Add
- StorageItemAccessList.AddOrReplace
- StorageItemMostRecentlyUsedList
- StorageItemMostRecentlyUsedList.Add
- StorageItemMostRecentlyUsedList.AddOrReplace
Build date: 12/4/2012