SEWebPublisher::PublishPageStyle
This property will allow you to get and set the web page template style. The following PageStyleConstants are available: styleHeaderViewerRight, styleHeaderViewerLeft, styleViewerRight, styleViewerLeft, styleViewerOnly.
styleHeaderViewerRight
styleHeaderViewerLeft
styleViewerRight
styleViewerLeft
styleViewerOnly
Syntax(VB)
PublishPageStyle = style (VB Set property)
style = PublishPageStyle (VB Get property)
Syntax(C++)
HRESULT put_PublishPageStyle ( PageStyleConstants style );
HRESULT get_PublishPageStyle ( PageStyleConstants *style );
Parameters
style
TThe style used for the web page template generated by the wizard.
Return Values
S_OK
Data was sucessfully tansferred
© 2021 UDS