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.5.94
Syntax
IContentItemVersion MarkedVersionForContentItem(
	IContentItem contentItem
)

Parameters

contentItem
Type: Ingeniux.CMSIContentItem
Content Item to check marking on

Return Value

Type: 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