Click or drag to resize

IContentItemMarkingMarkedOnContentItemVersionT Method


Checks whether a Content Item Version, is marked on this Publishing Target.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool MarkedOnContentItemVersion<T>(
	T contentItemVersion
)
where T : IContentItemVersion

Parameters

contentItemVersion
Type: T
The content item version to check

Type Parameters

T
Type of the content item version

Return Value

Type: Boolean
True if the Content Item Version is marked on this Publishing Target, false otherwise
See Also