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
The IContentCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ContentUnitTemplateName |
Gets and sets the template name this field uses. Only fields generated via ContentUnit placement have this value.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAttribute |
Adds one or more Attributes to the ContentCollection. This method accepts variable number of Attribute objects as parameters.
|
![]() | AddAttributes |
Adds a collection of Attributes to the Content Collection.
|
![]() | Attribute |
Gets a specific Attribute by name
|
![]() | Attributes | |
![]() | AttributesCount |
Gets the count of Attributes in the ContentCollection.
|
![]() | AttributeValue |
Gets the value of a specific Attribute by name.
|
![]() | ClearAttributes |
Clears all Attributes from collection.
|
![]() | RemoveAttribute |
Removes an Attribute from the collection.
|
![]() | SetAttributeValue |
Sets an Attribute's value. If the Attribute with the given name doesn't exist, this method creates it.
|
See Also