Visual Basic |
---|
Public Sub Load( _ ByVal synchronize As Boolean, _ ByRef RootPath As String _ ) |
- synchronize
- If True, the operation is synchronous.
- RootPath
Output string variable. After the method returns, the value is the path to which the file was downloaded on the client machine.
The RootPath argument cannot be used in a VBScript. For applications that must be written in VBScript, such as VAPI-XP tests, pass an empty string. See Attachments and Extended Storage.