Gets a ContentCategoryRecord based on the name of the content record.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual 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.
The corresponding ContentCategoryRecord or null if none found.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120