Click or drag to resize
ItemsAdd Method (Item, ItemMeta, Int32)
Adds an item.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Guid Add(
	Item newItem,
	ItemMeta itemMeta,
	int languageId
)

Parameters

newItem
Type: ConnectedApps.Cms.EntitiesItem
The item to add.
itemMeta
Type: ConnectedApps.Cms.EntitiesItemMeta
The item meta to add.
languageId
Type: SystemInt32
The language of the item's values are in.

Return Value

Type: Guid
See Also