Click or drag to resize

IContentItemMarkingCanMarkContentItemT Method


Checks whether a content item can be 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 CanMarkContentItem<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 the content item can be marked for publish, false otherwise
See Also