WebDAV ListVersions Method NFX Class Library

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

Lists the specified number of versions contained in 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 List<WebDAV..::..Version> ListVersions(
	string startVersion = "1",
	string endVersion = null,
	Nullable<int> limit = null
)

Parameters

startVersion (Optional)
Type: OnlineSystem String
endVersion (Optional)
Type: OnlineSystem String
limit (Optional)
Type: OnlineSystem Nullable OnlineInt32 

Return Value

Type: OnlineList WebDAV Version 
See Also