Gets a ContentCategoryRecord based on the id of the content record.
Declaration Syntax
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 )
Parameters
- contentID (Int32)
- The id of an existing content category record.
Return Value
The corresponding ContentCategoryRecord or null if none found.