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.6.492
Syntax
bool MarkedOnContentItemCurrentVersion<T>(
	T contentItem
)
where T : IContentItem

Parameters

contentItem  T
The content item to check

Type Parameters

T
Type of the Content Item

Return Value

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