IPublishingTargetMarkPageForPublish Method
|
Marks or unmarks a
Page to publish, on a specified version number, on this publishing target.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IPage
- The page whose publish marking to change
- mark Boolean
- Whether to mark or unmark the Page
- versionToMark Int32 (Optional)
- 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