NodeMapGetAvailableFiles Method

CVB.Net Documentation
Gets the currently available file identifiers, which can be downloaded or uploaded.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public string[] GetAvailableFiles()

Return Value

Type: String
Array containing the file identifiers; empty array for none.
Remarks

See DownloadFile(String, String) or UploadFile(String, String) for operations on the returned list.
See Also

Reference