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

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609