Click or drag to resize
DraftItemsGet Method (Guid)
Returns a draft 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 DraftItem Get(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The unique identifier of the item related to the draft item.

Return Value

Type: DraftItem
See Also