IPublishingTargetMarkedVersionForPage Method (String) Ingeniux CMS Content Store API

Retrieves the marked version number of the Page with a specified ID.

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

int MarkedVersionForPage(
	string pageId
)

Parameters

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

Return Value

Type: Int32
The marked version of the given Page. If the page is not marked on this publishing target, returns -1.
See Also

Reference