IContentCollectionAddAttributes Method Ingeniux CMS Content Store API

Adds a collection of Attributes to the Content Collection.

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

void AddAttributes(
	IEnumerable<IAttribute> attributes
)

Parameters

attributes
Type: System.Collections.GenericIEnumerableIAttribute
Collection of Attributes to add.
Remarks

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

Reference