IGroupElement Methods Ingeniux CMS Content Store API

The IGroupElement type exposes the following members.

Methods

  Name Description
Public method AddAttribute
Adds one or more Attributes to the ContentCollection. This method accepts variable number of Attribute objects as parameters.
(Inherited from IContentCollection.)
Public method AddAttributes
Adds a collection of Attributes to the Content Collection.
(Inherited from IContentCollection.)
Public method AddChildItem
Adds a new child element.
Public method Attribute
Gets a specific Attribute by name
(Inherited from IContentCollection.)
Public method Attributes (Inherited from IContentCollection.)
Public method AttributesCount
Gets the count of Attributes in the ContentCollection.
(Inherited from IContentCollection.)
Public method AttributeValue
Gets the value of a specific Attribute by name.
(Inherited from IContentCollection.)
Public method ChildItems
Retrieves this group's child elements collection.
Public method ChildItemsCount
Gets the count of child elements.
Public method ClearAttributes
Clears all Attributes from collection.
(Inherited from IContentCollection.)
Public method Clone
Clones the current element and returns a new element. The cloned element usesthe name provided.
(Inherited from IElement.)
Public method Close
Closes the group element, preventing the addition of child elements.
Public method RemoveAttribute
Removes an Attribute from the collection.
(Inherited from IContentCollection.)
Public method SetAttributeValue
Sets an Attribute's value. If the Attribute with the given name doesn't exist, this method creates it.
(Inherited from IContentCollection.)
Top
See Also

Reference