Updates a ContentCategory record, except the case when updated content's name is a duplicate (which is not allowed)
Declaration Syntax
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 )
Parameters
- conRecord (ContentCategoryRecord)
- ContentCategoryRecord object
Return Value
true - if update was performed, false otherwise.