Click or drag to resize

IContentItemMarkingMarkContentItemForPublishT Method


Marks or unmarks a Content Item for publish on this Publishing Target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void MarkContentItemForPublish<T>(
	T contentItem,
	bool mark,
	int versionToMark = 0
)
where T : IContentItem

Parameters

contentItem  T
The content item to mark or unmark
mark  Boolean
Whether to mark or unmark
versionToMark  Int32  (Optional)
If to mark, the version number to mark, default to current version

Type Parameters

T
Type of the Content Item
See Also