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

Adds a task type to a category.

C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "AddTaskType", Description = "Adds a task type to a category.")]
public long AddTaskType(string title, string description, long categoryId, bool active);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "AddTaskType", Description = "Adds a task type to a category.")>
Public Function AddTaskType(title As string, description As string, categoryId As long, active As bool) As long
Parameters 
Description 
title 
Title 
description 
Description 
categoryId 
Task Category ID 
active 
Set as active 

Task Type ID

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!