Click or drag to resize
DraftItemsGetByDraftId Method
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 GetByDraftId(
	Guid draftId,
	int languageId,
	GetMode mode
)

Parameters

draftId
Type: SystemGuid
The unique identifier of the draft item.
languageId
Type: SystemInt32
The language the draft item's values to return.
mode
Type: ConnectedApps.Cms.EntitiesGetMode
The merge mode to apply to the draft item's name.

Return Value

Type: DraftItem
See Also