The IListElement 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.
(Inherited from IContentCollection.) |
|
AddAttributes |
Adds a collection of Attributes to the Content Collection.
(Inherited from IContentCollection.) |
|
AddListItem | ||
Attribute |
Gets a specific Attribute by name
(Inherited from IContentCollection.) |
|
Attributes | (Inherited from IContentCollection.) | |
AttributesCount |
Gets the count of Attributes in the ContentCollection.
(Inherited from IContentCollection.) |
|
AttributeValue |
Gets the value of a specific Attribute by name.
(Inherited from IContentCollection.) |
|
ClearAttributes |
Clears all Attributes from collection.
(Inherited from IContentCollection.) |
|
ClearListItems |
Removes the child element's collection, leaving only the very first child element.
|
|
Clone |
Clones the current element and returns a new element. The cloned element usesthe name provided.
(Inherited from IElement.) |
|
ListItem(Int32) |
Retrieves a child element by its position in the collection.
|
|
ListItem(String) |
Retrieves a child element by its unique ID.
|
|
ListItems |
Retrieves all child elements.
|
|
ListItemsCount |
Gets the count of child elements.
|
|
RemoveAttribute |
Removes an Attribute from the collection.
(Inherited from IContentCollection.) |
|
RemoveListItem |
Removes a child element.
|
|
SetAttributeValue |
Sets an Attribute's value. If the Attribute with the given name doesn't exist, this method creates it.
(Inherited from IContentCollection.) |
See Also