SEWebPublisher::PublishAttribute
This property will allow you to get and set user defined attributes to be displayed in the web page. The tag is the name of the attribute and the value is the data associated with the tag.
Syntax(VB)
PublishAttribute(tag) = value (VB Set property)
value = PublishAttribute(tag) (VB Get property)
Syntax(C++)
HRESULT put_PublishAttribute ( BSTR tag, BSTR value );
HRESULT get_PublishAttribute ( BSTR tag, BSTR * value );
Parameters
tag
The identifier/tag name to be used for the attribute
value
The attribute data
Return Values
S_OK
Data was sucessfully tansferred
© 2021 UDS