DraftItemsPublish Method (Guid, String) |
Publishes a draft item to it's related item.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Publish(
Guid itemId,
string comments
)
Public Sub Publish (
itemId As Guid,
comments As String
)
public:
void Publish(
Guid itemId,
String^ comments
)
member Publish :
itemId : Guid *
comments : string -> unit
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