IContentCollectionSetAttributeValue Method Ingeniux CMS Content Store API

Sets an Attribute's value. If the Attribute with the given name doesn't exist, this method creates it.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void SetAttributeValue(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of Attribute. Must be a valid XML attribute name.
value
Type: SystemString
Value of Attribute. Cannot be null.
See Also

Reference