IPublishingTargetMarkPageForPublish Method
|
Marks or unmarks a
Page to publish, on a specified version number, on this publishing target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void MarkPageForPublish(
IPage page,
bool mark,
int versionToMark = 0
)
Sub MarkPageForPublish (
page As IPage,
mark As Boolean,
Optional versionToMark As Integer = 0
)
void MarkPageForPublish(
IPage^ page,
bool mark,
int versionToMark = 0
)
abstract MarkPageForPublish :
page : IPage *
mark : bool *
?versionToMark : int
(* Defaults:
let _versionToMark = defaultArg versionToMark 0
*)
-> unit
Parameters
- page
- Type: Ingeniux.CMSIPage
The page whose publish marking to change - mark
- Type: SystemBoolean
Whether to mark or unmark the Page - versionToMark (Optional)
- Type: SystemInt32
If to mark for publish, the version number to mark on. Default value is 0, means marking the Page on its latest version.
Exceptions Remarks See Also