SharedStorageAccessParamsUrlsWithMetadata Property |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public IList<SharedStorageUrlWithMetadata> UrlsWithMetadata { get; set; }
public:
property IList<SharedStorageUrlWithMetadata^>^ UrlsWithMetadata {
IList<SharedStorageUrlWithMetadata^>^ get ();
void set (IList<SharedStorageUrlWithMetadata^>^ value);
}
Property Value
Type:
IListSharedStorageUrlWithMetadataSee Also