WebDAV GetVersions Method NFX Class Library

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

Retrieves a list of versions contained in the remote Dav catalog

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

public static IEnumerable<WebDAV..::..Version> GetVersions(
	string rootURL,
	string uName,
	string uPwd
)

Return Value

Type: OnlineIEnumerable WebDAV Version 
See Also