DocumentT.setAttributeValue

Sets the value for the given @attribute_name inside @document.

template DocumentT(TStruct)
bool
setAttributeValue

Parameters

attributeName string

a character string representing the name of the attribute whose value is being set.

attributeValue string

a string value to be associated with @attribute_name.

Return Value

Type: bool

%TRUE if @attribute_value is successfully associated with @attribute_name for this @document, and %FALSE if if the document does not allow the attribute to be modified

Meta

Since

1.12