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

Updates task type information by providing its ID. You can update the Title, Description and set whether the type is active or not.

C#
public Boolean UpdateTaskType(Long taskTypeId, String title, String description, Boolean active);
Visual Basic
Public Function UpdateTaskType(ByVal taskTypeId As Long, ByVal title As String, ByVal description As String, ByVal active As Boolean) As Boolean
Parameters 
Description 
taskTypeId 
The numeric ID of the task type. 
title 
The title of the task type. 
description 
A description for the task type. 
active 
Set to True to make the task type active. Otherwise, set to false. 

Returns False if the task type is 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!