UploadSnapshot Method
Description
Saves the component snapshot. The snapshot file name must be 'Picture.png'.
Syntax
Visual Basic
Public Sub UploadSnapshot( _
   ByVal snapshotSourcePath As String _
) 
Parameters
snapshotSourcePath
The directory from which to upload the Picture.png file. Use double backslashes, for example, "C:\\myToolfolder\\mySnapshots".
Remarks
The file is uploaded to ???..\repository\qc\<domain>\<project name>\components\COMPONENT_ID\COMPONENT_PICTURE\Picture.png
See Also