Gets ContentCategoryRecord for a content ID.
| C# | Visual Basic | Visual C++ |
public virtual ContentCategoryRecord GetContentCategoryRecordFromID( int contentID )
Public Overridable Function GetContentCategoryRecordFromID ( _ contentID As Integer _ ) As ContentCategoryRecord
public: virtual ContentCategoryRecord^ GetContentCategoryRecordFromID( int contentID )
- contentID (Int32)
- ID of the content category.
ContentCategoryRecord object or null if not found