Keyoti Search for ASP.NET API Docs
GetContentCategoryRecord Method (contentName)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetContentCategoryRecord(String)
Keyoti Search for ASP.NET 2010
Gets a ContentCategoryRecord based on the name of the content record.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ContentCategoryRecord GetContentCategoryRecord(
	string contentName
)
Public Overridable Function GetContentCategoryRecord ( _
	contentName As String _
) As ContentCategoryRecord
public:
virtual ContentCategoryRecord^ GetContentCategoryRecord(
	String^ contentName
)
Parameters
contentName (String)
The name 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