Keyoti SearchUnit API Docs
GetContentCategoryRecordFromID Method (contentID)
API DocumentationKeyoti.SearchEngine.DataAccessXmlContentTableGetContentCategoryRecordFromID(Int32)
Keyoti SearchUnit v6
Gets ContentCategoryRecord for a content ID.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual ContentCategoryRecord GetContentCategoryRecordFromID(
	int contentID
)
public virtual ContentCategoryRecord GetContentCategoryRecordFromID(
	int contentID
)
Public Overridable Function GetContentCategoryRecordFromID ( 
	contentID As Integer
) As ContentCategoryRecord
Public Overridable Function GetContentCategoryRecordFromID ( 
	contentID As Integer
) As ContentCategoryRecord
public:
virtual ContentCategoryRecord^ GetContentCategoryRecordFromID(
	int contentID
)
public:
virtual ContentCategoryRecord^ GetContentCategoryRecordFromID(
	int contentID
)
abstract GetContentCategoryRecordFromID : 
        contentID : int -> ContentCategoryRecord 
override GetContentCategoryRecordFromID : 
        contentID : int -> ContentCategoryRecord 
abstract GetContentCategoryRecordFromID : 
        contentID : int -> ContentCategoryRecord 
override GetContentCategoryRecordFromID : 
        contentID : int -> ContentCategoryRecord 
Parameters
contentID (Int32)
ID of the content category.
Return Value
ContentCategoryRecord
ContentCategoryRecord object or null if not found

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120