Keyoti SearchUnit API Docs
UpdateContentCategory Method (conRecord)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessUpdateContentCategory(ContentCategoryRecord)
Keyoti SearchUnit v6
Updates a ContentCategory record, except the case when updated content's name is a duplicate (which is not allowed)
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool UpdateContentCategory(
	ContentCategoryRecord conRecord
)
public virtual bool UpdateContentCategory(
	ContentCategoryRecord conRecord
)
Public Overridable Function UpdateContentCategory ( 
	conRecord As ContentCategoryRecord
) As Boolean
Public Overridable Function UpdateContentCategory ( 
	conRecord As ContentCategoryRecord
) As Boolean
public:
virtual bool UpdateContentCategory(
	ContentCategoryRecord^ conRecord
)
public:
virtual bool UpdateContentCategory(
	ContentCategoryRecord^ conRecord
)
abstract UpdateContentCategory : 
        conRecord : ContentCategoryRecord -> bool 
override UpdateContentCategory : 
        conRecord : ContentCategoryRecord -> bool 
abstract UpdateContentCategory : 
        conRecord : ContentCategoryRecord -> bool 
override UpdateContentCategory : 
        conRecord : ContentCategoryRecord -> bool 
Parameters
conRecord (ContentCategoryRecord)
ContentCategoryRecord object
Return Value
Boolean
true - if update was performed, false otherwise.

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