Click or drag to resize

IContentItemMarkingMarkedContentItemCountT Method


Retrieves the count of all marked Content Items of specific type on this Publishing Target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
int MarkedContentItemCount<T>()
where T : IContentItem

Type Parameters

T
Type of the content item

Return Value

Int32
Count of all marked content items of given type on this Publishing Target
See Also