IContentCollection Methods Ingeniux CMS Content Store API

The IContentCollection 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.
Public method AddAttributes
Adds a collection of Attributes to the Content Collection.
Public method Attribute
Gets a specific Attribute by name
Public method Attributes
Public method AttributesCount
Gets the count of Attributes in the ContentCollection.
Public method AttributeValue
Gets the value of a specific Attribute by name.
Public method ClearAttributes
Clears all Attributes from collection.
Public method RemoveAttribute
Removes an Attribute from the collection.
Public method SetAttributeValue
Sets an Attribute's value. If the Attribute with the given name doesn't exist, this method creates it.
Top
See Also

Reference