 | ItemService Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Content
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic class ItemService : IItemService,
IRecyclable<ItemEntry>
Public Class ItemService
Implements IItemService, IRecyclable(Of ItemEntry)
The ItemService type exposes the following members.
Constructors
| Name | Description |
---|
 | ItemService | Initializes a new instance of the ItemService class |
Top
Methods
| Name | Description |
---|
 | CopyItem | |
 | CopyPageItem | |
 | CopyParagraphItem | |
 | DeleteItemTypes | |
 | GetItem(String, String) | |
 | GetItem(String, String, Boolean) | |
 | GetItem(String, String, Boolean, DateTime) | |
 | GetItemByIdT | |
 | GetItemByPageId(Int32, Boolean) | |
 | GetItemByPageId(Int32, Boolean, DateTime) | |
 | GetTitle | |
 | MoveToBin | |
 | MoveToExistingBin | |
 | Restore | |
 | RestoreItem(ItemStoreContainer) | |
 | RestoreItem(ItemStoreContainer, Boolean) | |
 | SaveItem | |
 | SynchronizeListField | |
 | UpdateItemSortIndex | |
 | UpdateItemTitle(String, String, String) | |
 | UpdateItemTitle(ItemType, Item, String) | |
Top
See Also