IPublishingTargetMarkedVersionForPage Method (IPage)
|
Retrieves the marked
Version of the specified
Page
on this publishing target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPageVersion MarkedVersionForPage(
IPage page
)
Function MarkedVersionForPage (
page As IPage
) As IPageVersion
IPageVersion^ MarkedVersionForPage(
IPage^ page
)
abstract MarkedVersionForPage :
page : IPage -> IPageVersion
Parameters
- page
- Type: Ingeniux.CMSIPage
Page to check marking on
Return Value
Type:
IPageVersionThe marked
Version for the specified
Page on this publishing target.
Remarks This method returns null if the "page" parameter value is null, or if the Page is not marked for publish
on this Publishing Target.
See Also