IContentItemMarkingMarkedOnContentItemCurrentVersionT Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool MarkedOnContentItemCurrentVersion<T>(
T contentItem
)
where T : IContentItem
Function MarkedOnContentItemCurrentVersion(Of T As IContentItem) (
contentItem As T
) As Boolean
generic<typename T>
where T : IContentItem
bool MarkedOnContentItemCurrentVersion(
T contentItem
)
abstract MarkedOnContentItemCurrentVersion :
contentItem : 'T -> bool when 'T : IContentItem
Parameters
- contentItem
- Type: T
The content item to check
Type Parameters
- T
- Type of the Content Item
Return Value
Type:
BooleanTrue if current version of the content item
is marked on this
Publishing Target,
false otherwise
See Also