Click or drag to resize
ItemsCheckOut Method
Performs a check-out of an item on behalf of the current user.

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 void CheckOut(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The unique identifier of the item to check-out.
See Also