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

C# | Visual Basic | Visual C++ |
public virtual bool UpdateContentCategory( ContentCategoryRecord conRecord )
Public Overridable Function UpdateContentCategory ( _ conRecord As ContentCategoryRecord _ ) As Boolean
public: virtual bool UpdateContentCategory( ContentCategoryRecord^ conRecord )

- conRecord (ContentCategoryRecord)
- ContentCategoryRecord object

true - if update was performed, false otherwise.