Keyoti Search for ASP.NET API Docs
GetContentCategoryRecord Method (contentID)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetContentCategoryRecord(Int32)
Keyoti Search for ASP.NET 2010
Gets a ContentCategoryRecord based on the id of the content record.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ContentCategoryRecord GetContentCategoryRecord(
	int contentID
)
Public Overridable Function GetContentCategoryRecord ( _
	contentID As Integer _
) As ContentCategoryRecord
public:
virtual ContentCategoryRecord^ GetContentCategoryRecord(
	int contentID
)
Parameters
contentID (Int32)
The id of an existing content category record.
Return Value
The corresponding ContentCategoryRecord or null if none found.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609