Sitecore 5.0 API

Item Members

Item overview

Public Static (Shared) Methods

IsEmptyGets a value that indicates if the item is empty.

Public Instance Constructors

Item Constructor

Public Instance Properties

AccessDetermines if a user has sufficent permissions for an item.
AppearanceProvides access to appearence information.
AxesProvides access to methods that retrieve other item relative to this item.
ChildrenGets the list of subitems.
DatabaseGets the database.
DisplayNameGets the language-specific display name.
FieldsGets the list of fields.
HasChildrenGets a value that indicates if the item has child item.
HelpProvides access to help information.
IDGets the ID of the item.
InnerItemGets the inner item.
IsEditingGets a value that indicates if the item is being edited.
Item (inherited from BaseItem) Gets or sets the value of a specified field.
Item (inherited from BaseItem) Gets or sets the value of a specified field.
Item (inherited from BaseItem) Gets or sets the value of a specified field.
KeyGets the key of item.
LanguageGets the language of the item.
LanguagesGets a list of languages that the item has content in.
LinksProvides access to the Links framework.
LockingProvides to the Locking framework.
MasterGets the master from which the item was created.
MasterIDGets the ID of the master that was used to create this item.
MastersGets a list of masters that are allowed to be created under this item.
ModifiedGets a value that indicates if the item has been modified.
NameGets the name.
ParentGets the parent item.
ParentIDGets the IDID of the parent item.
PathsProvides access to Path information.
PublishingProvides access to the publishing framework.
SecurityGets the Security field.
SettingsProvides access to miscelleaneous information.
StateGets the state.
StatisticsProvides access to statistical information.
SyncRootGets the synchronization root.
TemplateGets the template of the item.
TemplateIDGets the IDID of the template.
TemplateNameGets the name of the template.
UriGets an URI for the item.
VersionGets the version represented by this item.
VersionsProvides access to different versions of the item.
VisualizationProvides access to the visible representations of the item.

Public Instance Methods

AddOverloaded. Creates an item under this item from a master.
BeginEditSets the item in editting mode.
ChangeTemplateChanges the template of the item.
CopyToOverloaded. Copies an item to another location.
DeleteDeletes the item.
DeleteChildrenDeletes all subitems.
DuplicateOverloaded. Duplicates the item.
EndEditOverloaded. Ends an edit operation.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetOuterXmlGets the outer XML of the item.
GetType (inherited from Object) Gets the Type of the current instance.
MoveToMoves the item to another location.
PasteInserts new items from an XML string.
RecyclePuts the item in the Recycle Bin database.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Item Class | Sitecore.Data.Items Namespace