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.5.94
Syntax
void MarkContentItemForPublish<T>(
	T contentItem,
	bool mark,
	int versionToMark = 0
)
where T : IContentItem

Parameters

contentItem
Type: T
The content item to mark or unmark
mark
Type: SystemBoolean
Whether to mark or unmark
versionToMark (Optional)
Type: SystemInt32
If to mark, the version number to mark, default to current version

Type Parameters

T
Type of the Content Item
See Also