Gets a ContentCategoryRecord based on the id of the content record.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual ContentCategoryRecord GetContentCategoryRecord( int contentID )
public virtual ContentCategoryRecord GetContentCategoryRecord( int contentID )
Public Overridable Function GetContentCategoryRecord ( contentID As Integer ) As ContentCategoryRecord
Public Overridable Function GetContentCategoryRecord ( contentID As Integer ) As ContentCategoryRecord
public: virtual ContentCategoryRecord^ GetContentCategoryRecord( int contentID )
public: virtual ContentCategoryRecord^ GetContentCategoryRecord( int contentID )
abstract GetContentCategoryRecord : contentID : int -> ContentCategoryRecord override GetContentCategoryRecord : contentID : int -> ContentCategoryRecord
abstract GetContentCategoryRecord : contentID : int -> ContentCategoryRecord override GetContentCategoryRecord : contentID : int -> ContentCategoryRecord
Parameters
- contentID (Int32)
- The id 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