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