You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Ektron.Services.Task Namespace > Classes > Task Class > Task Methods > AssignTaskToUser Method > AssignTaskToUser
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Task.AssignTaskToUser Method (long, long)

Assign a task to a user.

C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "AssignTaskToUser", Description = "Assign a task to a user.")]
public bool AssignTaskToUser(long taskId, long assignToUserId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "AssignTaskToUser", Description = "Assign a task to a user.")>
Public Function AssignTaskToUser(taskId As long, assignToUserId As long) As bool
Parameters 
Description 
taskId 
Task ID 
assignToUserId 
User's ID 

False=if successfully assigned to a user 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!