Click or drag to resize

IContentItemVersionAddElementFirst Method


Adds one or more elements to the front of the Elements collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void AddElementFirst(
	params IElement[] element
)

Parameters

element
Type: Ingeniux.CMSIElement
Elements to be added to the collection
Exceptions
ExceptionCondition
ArgumentExceptionWhen any element to add has the same unique ID as an existing element.
Remarks

The elements added to the collection become direct children of the version.

The new child elements are prepended to the elements collection.

Any null items in the collection are ignored.

If any element to add has the same unique ID as an existing element, an error is thrown.

See Also