Creates a new content category
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[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 ContentCategoryRecord( int contentID, string contentName )
<ObsoleteAttribute("Use CreateContentCategoryRecord instead, to create new instances.", true)> Public Sub New ( contentID As Integer, contentName As String )
<ObsoleteAttribute("Use CreateContentCategoryRecord instead, to create new instances.", true)> Public Sub New ( contentID As Integer, contentName As String )
public: [ObsoleteAttribute(L"Use CreateContentCategoryRecord instead, to create new instances.", true)] ContentCategoryRecord( int contentID, String^ contentName )
public: [ObsoleteAttribute(L"Use CreateContentCategoryRecord instead, to create new instances.", true)] ContentCategoryRecord( int contentID, String^ contentName )
[<ObsoleteAttribute("Use CreateContentCategoryRecord instead, to create new instances.", true)>] new : contentID : int * contentName : string -> ContentCategoryRecord
[<ObsoleteAttribute("Use CreateContentCategoryRecord instead, to create new instances.", true)>] new : contentID : int * contentName : string -> ContentCategoryRecord
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120