Click or drag to resize
ItemsGet Method (Guid)
Returns 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 Item Get(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The unique identifier to find.

Return Value

Type: Item
See Also