SEWebPublisher::PublishDirectory
This property will allow you to get and set the directory location of the web page to be generated.
Syntax(VB)
PublishDirectory = directory (VB Set property)
directory = PublishDirectory (VB Get property)
Syntax(C++)
HRESULT put_PublishDirectory ( BSTR directory );
HRESULT get_PublishDirectory ( BSTR * directory );
Parameters
directory
The directory for the web page to be generated
Return Values
S_OK
Data was sucessfully tansferred
© 2021 UDS