[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.SVNAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
internal List<WebDAV..::..Item> listDirectoryContent(
WebDAV..::..Directory dir = null,
int depth = 1
)
internal List<WebDAV..::..Item> listDirectoryContent(
WebDAV..::..Directory dir = null,
int depth = 1
)
Friend Function listDirectoryContent (
Optional dir As WebDAV..::..Directory = Nothing,
Optional depth As Integer = 1
) As List(Of WebDAV..::..Item)
Friend Function listDirectoryContent (
Optional dir As WebDAV..::..Directory = Nothing,
Optional depth As Integer = 1
) As List(Of WebDAV..::..Item)
internal:
List<WebDAV..::..Item^>^ listDirectoryContent(
WebDAV..::..Directory^ dir = nullptr,
int depth = 1
)
internal:
List<WebDAV..::..Item^>^ listDirectoryContent(
WebDAV..::..Directory^ dir = nullptr,
int depth = 1
)
internal member listDirectoryContent :
?dir : WebDAV..::..Directory *
?depth : int
(* Defaults:
let _dir = defaultArg dir null
let _depth = defaultArg depth 1
*)
-> List<WebDAV..::..Item>
internal member listDirectoryContent :
?dir : WebDAV..::..Directory *
?depth : int
(* Defaults:
let _dir = defaultArg dir null
let _depth = defaultArg depth 1
*)
-> List<WebDAV..::..Item>
Return Value
Type:
List WebDAV Item