Gets ContentCategoryRecord for a content ID.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual ContentCategoryRecord GetContentCategoryRecordFromID( int contentID )
public virtual ContentCategoryRecord GetContentCategoryRecordFromID( int contentID )
Public Overridable Function GetContentCategoryRecordFromID ( contentID As Integer ) As ContentCategoryRecord
Public Overridable Function GetContentCategoryRecordFromID ( contentID As Integer ) As ContentCategoryRecord
public: virtual ContentCategoryRecord^ GetContentCategoryRecordFromID( int contentID )
public: virtual ContentCategoryRecord^ GetContentCategoryRecordFromID( int contentID )
abstract GetContentCategoryRecordFromID : contentID : int -> ContentCategoryRecord override GetContentCategoryRecordFromID : contentID : int -> ContentCategoryRecord
abstract GetContentCategoryRecordFromID : contentID : int -> ContentCategoryRecord override GetContentCategoryRecordFromID : contentID : int -> ContentCategoryRecord
Parameters
- contentID (Int32)
- ID of the content category.
Return Value
ContentCategoryRecord
ContentCategoryRecord object or null if not found
ContentCategoryRecord object or null if not found
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120