Click or drag to resize

IPublishingTargetMarkedVersionForContentItem Method


Retrieves the marked Version of a specified Content Item on this publishing target

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IContentItemVersion MarkedVersionForContentItem(
	IContentItem contentItem
)

Parameters

contentItem  IContentItem
Content Item to check marking on

Return Value

IContentItemVersion
The marked Content Item Version
Remarks

This method returns null if the "contentItem" parameter value is null, or if the Content Item is not marked for publish on this Publishing Target.

See Also