Creates a new content category
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use CreateContentCategoryRecord instead, to create new instances.", true)] public ContentCategoryRecord( int contentID, string contentName )
<ObsoleteAttribute("Use CreateContentCategoryRecord instead, to create new instances.", _ True)> _ Public Sub New ( _ contentID As Integer, _ contentName As String _ )
[ObsoleteAttribute(L"Use CreateContentCategoryRecord instead, to create new instances.", true)] public: ContentCategoryRecord( int contentID, String^ contentName )
Parameters
- contentID (Int32)
- contentName (String)