Click or drag to resize

IContentItemMarking Interface


Represents a collection of functionalities on Content Items association with this Publishing Target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IContentItemMarking

The IContentItemMarking type exposes the following members.

Methods
 NameDescription
Public methodCanMarkContentItemT Checks whether a content item can be marked for publish on this Publishing Target.
Public methodMarkContentItemForPublishT Marks or unmarks a Content Item for publish on this Publishing Target.
Public methodMarkedT Checks whether a Content Item is marked on this Publishing Target.
Public methodMarkedContentItemCountT Retrieves the count of all marked Content Items of specific type on this Publishing Target.
Public methodMarkedContentItemsT Retrieves all marked Content Item Versions on this Publishing Target.
Public methodMarkedOnContentItemCurrentVersionT Checks whether the current version of a Content Item is marked for publish on this Publishing Target.
Public methodMarkedOnContentItemVersionT Checks whether a Content Item Version, is marked on this Publishing Target.
Top
See Also