IPublishingTargetCanMarkPage Method
|
Checks whether a
Page can be marked on this publishing target.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool CanMarkPage(
IPage page
)
Function CanMarkPage (
page As IPage
) As Boolean
bool CanMarkPage(
IPage^ page
)
abstract CanMarkPage :
page : IPage -> bool Parameters
- page IPage
- Page to check on
Return Value
BooleanTrue if the
Page can be marked, false otherwise.
RemarksIf the Page is a component, it can be marked for publish on any publishing target.
If not, it must be the a descendant of the Root Page of this publishing target to be marked for publish.
See Also