ITaxonomyManagerCategoryIdsForContentItemTIndex(String) Method
|
Note: This API is now obsolete.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax[ObsoleteAttribute("TIndex no longer required")]
IEnumerable<string> CategoryIdsForContentItem<TIndex>(
string contentItemId
)
where TIndex : new(), AbstractIndexCreationTask
<ObsoleteAttribute("TIndex no longer required")>
Function CategoryIdsForContentItem(Of TIndex As {New, AbstractIndexCreationTask}) (
contentItemId As String
) As IEnumerable(Of String)[ObsoleteAttribute(L"TIndex no longer required")]
generic<typename TIndex>
where TIndex : gcnew(), AbstractIndexCreationTask
IEnumerable<String^>^ CategoryIdsForContentItem(
String^ contentItemId
)
[<ObsoleteAttribute("TIndex no longer required")>]
abstract CategoryIdsForContentItem :
contentItemId : string -> IEnumerable<string> when 'TIndex : new() and AbstractIndexCreationTaskParameters
- contentItemId String
- ID of the content item on which to retrieve categorization information.
Type Parameters
- TIndex
Return Value
IEnumerableStringCollection of of category node IDs.
Remarks
See Also