ITaxonomyManagerCategoryIdsForContentItemTIndex Method (String)
|
Note: This API is now obsolete.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
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 AbstractIndexCreationTask
Parameters
- contentItemId
- Type: SystemString
ID of the content item on which to retrieve categorization information.
Type Parameters
- TIndex
Return Value
Type:
IEnumerableStringCollection of of category node IDs.
Remarks See Also