Updates a locationCategory record, except the case when updated location's name is a duplicate (which is not allowed)
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual bool UpdateLocationCategory( LocationCategoryRecord locRecord )
Public Overridable Function UpdateLocationCategory ( _ locRecord As LocationCategoryRecord _ ) As Boolean
public: virtual bool UpdateLocationCategory( LocationCategoryRecord^ locRecord )
Parameters
- locRecord (LocationCategoryRecord)
- LocationCategoryRecord object
Return Value
true - if update was performed, false otherwise.