IPublishingTargetMarked Method (IPage)
|
Checks whether the specified
Page is marked on this publishing target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Marked(
IPage page
)
Function Marked (
page As IPage
) As Boolean
bool Marked(
IPage^ page
)
abstract Marked :
page : IPage -> bool
Parameters
- page
- Type: Ingeniux.CMSIPage
The Page to check marking on
Return Value
Type:
BooleanTrue if any version of this
Page (excluding the checked-out version) is marked for publish on this publishing target.
Remarks If the "page" parameter value is null, returns false.
See Also