Click or drag to resize

IContentItemMarkingMarkedT Method


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

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

Parameters

contentItem
Type: T
The content item to check on

Type Parameters

T
Type of the content item

Return Value

Type: Boolean
True if the Content Item is marked, false otherwise
See Also