NodeMapUploadFile Method

CVB.Net Documentation
Uploads a file to the camera via the GenApi file upload.

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

public void UploadFile(
	string filename,
	string fileSelectorEntryName
)

Parameters

filename
Type: SystemString
Full path to file to load data from.
fileSelectorEntryName
Type: SystemString
Symbolic name of the FileSelectorEnumerationNode identifying the file to upload.
Remarks

See GetAvailableFiles for file ids which can be uploaded.
See Also

Reference