IPublishingTargetMarkedVersionForPage(String) Method
|
Retrieves the marked version number of the
Page with a specified ID.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxint MarkedVersionForPage(
string pageId
)
Function MarkedVersionForPage (
pageId As String
) As Integer
int MarkedVersionForPage(
String^ pageId
)
abstract MarkedVersionForPage :
pageId : string -> int Parameters
- pageId String
- ID of the Page to check marking on
Return Value
Int32The marked version of the given
Page. If the page is not marked on this publishing target,
returns -1.
See Also