Keyoti SearchUnit API Docs
ContentCategoryRecord Constructor (contentID, contentName)
API DocumentationKeyoti.SearchEngine.DataAccessContentCategoryRecordContentCategoryRecord(Int32, String)
Keyoti SearchUnit v6
Creates a new content category
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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
Parameters
contentID (Int32)
contentName (String)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120