You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Task Namespace > Classes > TaskCategory Class > TaskCategory Methods > UpdateTaskCategory
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
TaskCategory.UpdateTaskCategory Method

Updates the category title by providing its ID and a new title.

C#
public Boolean UpdateTaskCategory(Long categoryId, String title);
Visual Basic
Public Function UpdateTaskCategory(ByVal categoryId As Long, ByVal title As String) As Boolean
Parameters 
Description 
categoryId 
The numeric ID of the Category. 
title 
The new title of the category. 

Returns False if successfully updated. Otherwise, it returns True.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!