Click or drag to resize

Directory.NestedFiles Property

Version 130.1.90
Files that are directly nested under this directory.

Namespace: CefSharp.DevTools.FileSystem
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<File> NestedFiles { get; set; }

Property Value

IList<File>
See Also