IPublishingTargetMarkedOnPageVersion Method
|
Checks whether the specified
Page is marked on its specific
Version.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool MarkedOnPageVersion(
IPageVersion pageVersion
)
Function MarkedOnPageVersion (
pageVersion As IPageVersion
) As Boolean
bool MarkedOnPageVersion(
IPageVersion^ pageVersion
)
abstract MarkedOnPageVersion :
pageVersion : IPageVersion -> bool
Parameters
- pageVersion
- Type: Ingeniux.CMSIPageVersion
The page's version on which to check marked-for-publish status
Return Value
Type:
BooleanTrue if the version number of the specified
PageVersion is marked on this publishing target.
Remarks If the specified Page is marked on this publishing target, but not the specified version number, this method returns false.
See Also