AccessListEntry
AccessListEntry
AccessListEntry
AccessListEntry
Struct
Definition
Represents a list entry that contains the identifier and metadata for a StorageFile or StorageFolder object in a list.
public : struct AccessListEntrypublic struct AccessListEntryPublic Structure AccessListEntry// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
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.
Fields
Metadata Metadata Metadata Metadata
Optional app-specified metadata associated with the StorageFile or StorageFolder in the list.
public : field PlatForm::String Metadatapublic field string MetadataPublic Field Metadata// You can use this field in JavaScript.
Token Token Token Token
The identifier of the StorageFile or StorageFolder in the list.
public : field PlatForm::String Tokenpublic field string TokenPublic Field Token// You can use this field in JavaScript.