Click or drag to resize

IPublishingTargetPropagateVersion Method (IPage, Boolean)


Sets the marked version to current version on a Page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void PropagateVersion(
	IPage page,
	bool recursive
)

Parameters

page
Type: Ingeniux.CMSIPage
CMS Marked Page to be propagated
recursive
Type: SystemBoolean

[Missing <param name="recursive"/> documentation for "M:Ingeniux.CMS.IPublishingTarget.PropagateVersion(Ingeniux.CMS.IPage,System.Boolean)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionWhen the "page" parameter value is null.
Remarks

Recycled Pages cannot be propagated.

The specified Page's Last Modified Time will be updated after calling this method.

The events BeforePublishingTargetMarkForPublishChange and AfterPublishingTargetMarkForPublishChange are fired before and after, respectively, calling this method.

See Also