DirectoryNestedFiles Property |
Version 130.1.90
Files that are directly nested under this directory.
Namespace: CefSharp.DevTools.FileSystemAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic IList<File> NestedFiles { get; set; }
public:
property IList<File^>^ NestedFiles {
IList<File^>^ get ();
void set (IList<File^>^ value);
}
Property Value
IListFile
See Also