| ItemService Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Content
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public 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 |
TopMethods
| 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) | |
TopSee Also