WebDAV Directory Children Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Lists subitems contained in this remote Dav directory. Items are fetched lazily and then cached until Refresh() is called

Namespace: NFX.IO.FileSystem.SVN
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IEnumerable<WebDAV..::..Item> Children { get; }

Property Value

Type: OnlineIEnumerable WebDAV Item 
See Also