Click or drag to resize

IPublishingTargetPropagateVersion(IPage, Boolean) Method


Sets the marked version to current version on a Page.

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

Parameters

page  IPage
CMS Marked Page to be propagated
recursive  Boolean

[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