SEWebPublisher::PublishFilename
This property will allow you to get and set the file name of the web page to be generated.
Syntax(VB)
PublishFilename = filename (VB Set property)
filename = PublishFilename (VB Get property)
Syntax(C++)
HRESULT put_PublishFilename( BSTR filename );
HRESULT get_PublishFilename( BSTR * filename );
Parameters
filename
The web page file name
Return Values
S_OK
Data was sucessfully tansferred
© 2021 UDS