Gets a ContentCategoryRecord based on the name of the content record.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual ContentCategoryRecord GetContentCategoryRecord( string contentName )
Public Overridable Function GetContentCategoryRecord ( _ contentName As String _ ) As ContentCategoryRecord
public: virtual ContentCategoryRecord^ GetContentCategoryRecord( String^ contentName )
Parameters
- contentName (String)
- The name of an existing content category record.
Return Value
The corresponding ContentCategoryRecord or null if none found.