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

Updates the category title.

C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "UpdateTaskCategory", Description = "Updates the category title.")]
public bool UpdateTaskCategory(long categoryId, string title);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "UpdateTaskCategory", Description = "Updates the category title.")>
Public Function UpdateTaskCategory(categoryId As long, title As string) As bool
Parameters 
Description 
categoryId 
Category Id 
title 
New Title 

False=if successfully updated otherwise 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!