IContentCollectionAddAttribute Method Ingeniux CMS Content Store API

Adds one or more Attributes to the ContentCollection. This method accepts variable number of Attribute objects as parameters.

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

void AddAttribute(
	params IAttribute[] attribute
)

Parameters

attribute
Type: Ingeniux.CMSIAttribute
Attribute(s) to add to collection
Remarks

Any null items are ignored, and existing Attributes with the same names have their values updated.
See Also

Reference