Dynamicweb.Content.Items Namespace : Item Class |
For a list of all members of this type, see Item members.
Name | Description | |
---|---|---|
Add | Adds new field to this item. | |
Clear | Removes all fields from this item. | |
Contains | Returns value indicating whether the given field is defined on a given item. | |
ContainsKey | Returns value indicating whether item contains the field with the given name. | |
CopyTo | Copies all fields from the given item into the given array. | |
Delete | Deletes the curren item. (Inherited from Dynamicweb.Content.Items.ItemEntry) | |
DeserializeFrom | Overloaded. Deserializes the state of the current object from a given data reader. | |
GetEnumerator | Returns an enumerator object that is used to iterate over the fields of this item. | |
GetItemById | Returns the item by its Id. | |
GetItemsByPageId | Returns items by their page Id. | |
Remove | Removes the given field from the item. | |
Save | Saves the current item. (Inherited from Dynamicweb.Content.Items.ItemEntry) | |
SerializeTo | Overloaded. Serializes the state of the current object into the given data row. | |
TryGetValue | Tries to get the value of a given field. |