IPageVersionMarkForPublish Method Ingeniux CMS Content Store API

Marks this page version for publish on the specified Publishing Target

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void MarkForPublish(
	IPublishingTarget pubTarget,
	bool recursive,
	bool mark
)

Parameters

pubTarget
Type: Ingeniux.CMSIPublishingTarget
Publishing target to mark this on which to mark this page version.
recursive
Type: SystemBoolean
Whether to include descendants of the Page to which this page version belongs.
mark
Type: SystemBoolean
Whether to mark or unmark for publish.
Remarks

When "mark" is true, and "recursive" is true, this is not a page version marked for publish, but pages marked for publish.

The Page to which this page version belongs and its descendants are marked on the Publishing Target,

with their latest version.

When "mark" is true and "recursive" is false, then it is this page version's version number marked on the publishing target.

See Also

Reference