You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Task Namespace > Classes > Task Class > Task Methods > AssignTaskToUser Method > AssignTaskToUser
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Task.AssignTaskToUser Method (Long, Long, Long)

Assign a task to a user by a specified user.

C#
public Boolean AssignTaskToUser(Long taskId, Long assignToUserId, Long assignByUserId);
Visual Basic
Public Function AssignTaskToUser(ByVal taskId As Long, ByVal assignToUserId As Long, ByVal assignByUserId As Long) As Boolean
Parameters 
Description 
taskId 
Task ID 
assignToUserId 
Assign to User's ID 
assignByUserId 
Assign by User's ID 

Returns False if the task is successfully assigned to a user. 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!