Gets a ContentCategoryRecord based on the id of the content record.
            
| C# | Visual Basic | Visual C++ | 
public virtual ContentCategoryRecord GetContentCategoryRecord( int contentID )
Public Overridable Function GetContentCategoryRecord ( _ contentID As Integer _ ) As ContentCategoryRecord
public: virtual ContentCategoryRecord^ GetContentCategoryRecord( int contentID )
- contentID (Int32)
 - The id of an existing content category record.
 
The corresponding ContentCategoryRecord or null if none found.