IPublishingTargetMarked(String) Method
|
Checks whether the
Page specified is marked on this publishing target.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Marked(
string contentItemId
)
Function Marked (
contentItemId As String
) As Boolean
bool Marked(
String^ contentItemId
)
abstract Marked :
contentItemId : string -> bool Parameters
- contentItemId String
- The ID of the Page to check marking on
Return Value
BooleanTrue if any version of this
Page (excluding the checked-out version) is marked for publish on this publishing target.
RemarksIf the page ID is null or empty, returns false
See Also