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

Parameters

contentItem  T
The content item to check on

Type Parameters

T
Type of the content item

Return Value

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