AccessListEntry structure

0 out of 1 rated this helpful - Rate this topic

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.

FieldData typeDescription
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

Windows.Storage.AccessCache
Windows::Storage::AccessCache [C++]

Metadata

Windows.winmd

See also

AccessListEntryView.First
AccessListEntryView.GetAt
ItemRemovedEventArgs.RemovedEntry
StorageItemAccessList
StorageItemAccessList.Add
StorageItemAccessList.AddOrReplace
StorageItemMostRecentlyUsedList
StorageItemMostRecentlyUsedList.Add
StorageItemMostRecentlyUsedList.AddOrReplace

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.