Click or drag to resize

IContentItemMarkedVersion Method (String)


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.5.94
Syntax
IContentItemVersion MarkedVersion(
	string pubTgtId
)

Parameters

pubTgtId
Type: SystemString
The unique ID of the Publishing Target to get marked version for

Return Value

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