Click or drag to resize

IContentItemMarkingMarkedOnContentItemCurrentVersionT Method


Checks whether the current version of a Content Item is marked for publish on this Publishing Target.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool MarkedOnContentItemCurrentVersion<T>(
	T contentItem
)
where T : IContentItem

Parameters

contentItem
Type: T
The content item to check

Type Parameters

T
Type of the Content Item

Return Value

Type: Boolean
True if current version of the content item is marked on this Publishing Target, false otherwise
See Also