Dynamicweb 8 Documentation
Item Class Members
Properties  Methods 


The following tables list the members exposed by Item.

Public Constructors
 NameDescription
Public ConstructorItem ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountGets the total number of fields within the given item.  
Public PropertyIdOverridden. Gets or sets the item Id.  
Public PropertyIsReadOnlyGets value indicating whether this item is read-only and no more fields can be added or removed.  
Public PropertyItemGets or sets the field with the given name.  
Public PropertyNamesGets all field names.  
Public PropertySortOverridden. Gets or sets the number indicating the position of the item within a list of items.  
Public PropertySystemNameGets or sets the system name of the associated item type.  
Public PropertyValuesGets all field values.  
Top
Public Methods
 NameDescription
Public MethodAddAdds new field to this item.  
Public MethodClearRemoves all fields from this item.  
Public MethodContainsReturns value indicating whether the given field is defined on a given item.  
Public MethodContainsKeyReturns value indicating whether item contains the field with the given name.  
Public MethodCopyToCopies all fields from the given item into the given array.  
Public MethodDeleteDeletes the curren item. (Inherited from Dynamicweb.Content.Items.ItemEntry)
Public MethodDeserializeFromOverloaded. Deserializes the state of the current object from a given data reader.  
Public MethodGetEnumeratorReturns an enumerator object that is used to iterate over the fields of this item.  
Public Methodstatic (Shared in Visual Basic)GetItemByIdReturns the item by its Id.  
Public Methodstatic (Shared in Visual Basic)GetItemsByPageIdReturns items by their page Id.  
Public MethodRemoveRemoves the given field from the item.  
Public MethodSaveSaves the current item. (Inherited from Dynamicweb.Content.Items.ItemEntry)
Public MethodSerializeToOverloaded. Serializes the state of the current object into the given data row.  
Public MethodTryGetValueTries to get the value of a given field.  
Top
See Also

Reference

Item Class
Dynamicweb.Content.Items Namespace

Send Feedback