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