IContentCollection Interface Ingeniux CMS Content Store API

Represents a collection of Attributes.

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

public interface IContentCollection

The IContentCollection type exposes the following members.

Properties

  NameDescription
Public propertyContentUnitTemplateName
Gets and sets the template name this field uses. Only fields generated via ContentUnit placement have this value.
Top
Methods

  NameDescription
Public methodAddAttribute
Adds one or more Attributes to the ContentCollection. This method accepts variable number of Attribute objects as parameters.
Public methodAddAttributes
Adds a collection of Attributes to the Content Collection.
Public methodAttribute
Gets a specific Attribute by name
Public methodAttributes
Public methodAttributesCount
Gets the count of Attributes in the ContentCollection.
Public methodAttributeValue
Gets the value of a specific Attribute by name.
Public methodClearAttributes
Clears all Attributes from collection.
Public methodRemoveAttribute
Removes an Attribute from the collection.
Public methodSetAttributeValue
Sets an Attribute's value. If the Attribute with the given name doesn't exist, this method creates it.
Top
See Also

Reference