Click or drag to resize

IContentItemMarkedForPublishOnTarget(IPublishingTarget) Method


Finds out whether the page is marked for publish on a specific Publishing Target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool MarkedForPublishOnTarget(
	IPublishingTarget pubTarget
)

Parameters

pubTarget  IPublishingTarget
The publishing target on which to check this page's mark-for-publish status.
Remarks
If null, method returns false.

Return Value

Boolean
True if the page is marked on the specified publishing target, false otherwise.
See Also