The IContentCollection type exposes the following members.
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