IPublishingTargetMarkedOnPageCurrentVersion Method
|
Checks whether the specified
Page is marked for publish on its current checked-in version.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool MarkedOnPageCurrentVersion(
IPage page
)
Function MarkedOnPageCurrentVersion (
page As IPage
) As Boolean
bool MarkedOnPageCurrentVersion(
IPage^ page
)
abstract MarkedOnPageCurrentVersion :
page : IPage -> bool
Parameters
- page
- Type: Ingeniux.CMSIPage
The page to check marking on
Return Value
Type:
BooleanTrue if latest version of the specified
Page is marked on this publishing target.
Remarks If the specified Page is not marked on this publishing target, but on previous version, this method returns false.
See Also