Click or drag to resize

SharedStorageAccessParamsUrlsWithMetadata Property

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

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

Property Value

IListSharedStorageUrlWithMetadata
See Also