IPublishingTargetMarked Method (String) Ingeniux CMS Content Store API

Checks whether the Page specified is marked on this publishing target.

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

bool Marked(
	string pageId
)

Parameters

pageId
Type: SystemString
The ID of the Page to check marking on

Return Value

Type: Boolean
True if any version of this Page (excluding the checked-out version) is marked for publish on this publishing target.
Remarks

If the page ID is null or empty, returns false

See Also

Reference