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