Keyoti SearchUnit API Docs
GetContentCategoryRecord Method (contentName)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetContentCategoryRecord(String)
Keyoti SearchUnit v6
Gets a ContentCategoryRecord based on the name of the content record.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual ContentCategoryRecord GetContentCategoryRecord(
	string contentName
)
public virtual ContentCategoryRecord GetContentCategoryRecord(
	string contentName
)
Public Overridable Function GetContentCategoryRecord ( 
	contentName As String
) As ContentCategoryRecord
Public Overridable Function GetContentCategoryRecord ( 
	contentName As String
) As ContentCategoryRecord
public:
virtual ContentCategoryRecord^ GetContentCategoryRecord(
	String^ contentName
)
public:
virtual ContentCategoryRecord^ GetContentCategoryRecord(
	String^ contentName
)
abstract GetContentCategoryRecord : 
        contentName : string -> ContentCategoryRecord 
override GetContentCategoryRecord : 
        contentName : string -> ContentCategoryRecord 
abstract GetContentCategoryRecord : 
        contentName : string -> ContentCategoryRecord 
override GetContentCategoryRecord : 
        contentName : string -> ContentCategoryRecord 
Parameters
contentName (String)
The name of an existing content category record.
Return Value
ContentCategoryRecord
The corresponding ContentCategoryRecord or null if none found.

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