Updates a locationCategory record, except the case when updated location's name is a duplicate (which is not allowed)

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 )

- locRecord (LocationCategoryRecord)
- LocationCategoryRecord object

true - if update was performed, false otherwise.