Click or drag to resize

IContentItemMarkedVersion(String) Method


Retrieves the marked version object on a specific Publishing Target. Can be null if not marked on that Publishing Target

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IContentItemVersion MarkedVersion(
	string pubTgtId
)

Parameters

pubTgtId  String
The unique ID of the Publishing Target to get marked version for

Return Value

IContentItemVersion
The version object marked for the given target, null if the item is not marked on that target
See Also