Keyoti SearchUnit API Docs
UpdateLocationCategory Method (locRecord)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessUpdateLocationCategory(LocationCategoryRecord)
Keyoti SearchUnit v6
Updates a locationCategory record, except the case when updated location's name is a duplicate (which is not allowed)
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool UpdateLocationCategory(
	LocationCategoryRecord locRecord
)
public virtual bool UpdateLocationCategory(
	LocationCategoryRecord locRecord
)
Public Overridable Function UpdateLocationCategory ( 
	locRecord As LocationCategoryRecord
) As Boolean
Public Overridable Function UpdateLocationCategory ( 
	locRecord As LocationCategoryRecord
) As Boolean
public:
virtual bool UpdateLocationCategory(
	LocationCategoryRecord^ locRecord
)
public:
virtual bool UpdateLocationCategory(
	LocationCategoryRecord^ locRecord
)
abstract UpdateLocationCategory : 
        locRecord : LocationCategoryRecord -> bool 
override UpdateLocationCategory : 
        locRecord : LocationCategoryRecord -> bool 
abstract UpdateLocationCategory : 
        locRecord : LocationCategoryRecord -> bool 
override UpdateLocationCategory : 
        locRecord : LocationCategoryRecord -> bool 
Parameters
locRecord (LocationCategoryRecord)
LocationCategoryRecord 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