Click or drag to resize

SharedStorageAccessParamsUrlsWithMetadata Property

Version 111.2.70
Array of candidate URLs' specs, along with any associated metadata. Present only for SharedStorageAccessType.documentSelectURL.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public IList<SharedStorageUrlWithMetadata> UrlsWithMetadata { get; set; }

Property Value

Type: IListSharedStorageUrlWithMetadata
See Also