ResourceIndex Property
Selects the file or folder.
Syntax
public int getResourceIndex(); public void setResourceIndex(int resourceIndex);
Remarks
This property selects a resource. Set ResourceIndex to a value from 0 to ResourceCount - 1 to select a resource.
This property may be set to -1 to clear the selection. This may be used to clear properties before calling UploadFile.
This property is not available at design time.
Default Value
0