IPublishingTargetCanMarkPage Method
|
Checks whether a
Page can be marked on this publishing target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool CanMarkPage(
IPage page
)
Function CanMarkPage (
page As IPage
) As Boolean
bool CanMarkPage(
IPage^ page
)
abstract CanMarkPage :
page : IPage -> bool
Parameters
- page
- Type: Ingeniux.CMSIPage
Page to check on
Return Value
Type:
BooleanTrue if the
Page can be marked, false otherwise.
Remarks If 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