Click or drag to resize
DraftItemsPublish Method (Guid, String)
Publishes a draft item to it's related 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 void Publish(
	Guid itemId,
	string comments
)

Parameters

itemId
Type: SystemGuid
The unique identifier of the related item.
comments
Type: SystemString
User generated comments that is logged to the version, if the item under goes version tracking.
See Also