SEWebPublisher::PublishTemplate


This property will allow you to get and set the directory of the web page template to be used when generating the web page. The default directory is QY CAD\Program\WebPublish\default. Additional templates may reside anywhere. The QY CAD provided templates will reside in the WebPublish directory.

Syntax(VB)

PublishTemplate = template (VB Set property)

template = PublishTemplate (VB Get property)

Syntax(C++)

HRESULT put_PublishTemplate ( BSTR template );

HRESULT get_PublishTemplate ( BSTR * template );

Parameters

template

The directory where the web page template resides

Return Values

S_OK

Data was sucessfully tansferred