Sets or gets any string that should also be passed to the ActiveX method, specified in the IsapiActiveXRunProc, that also processes the file.
Syntax:
Remarks:
This property is relevant only if the following have been set:
The method used to process the file, specified in the IsapiActiveXRunProc, must receive two parameters. The first parameter accepts the file name, and the second parameter accepts the string specified in this property.
- The HTTP transport method is used.
- The ISAPI extension DLL has been specified using the IsapiExtension property.
- The ActiveX component on the server has been specified using the IsapiActiveXProgID property.
- The method to process the file in the ActiveX component has been specified using the IsapiActiveXRunProc property.
See Also