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

Assign a task to a usergroup by a specified user.

C#
public Boolean AssignTaskToUsergroup(Long taskId, Long assignToUsergroup, Long assignByUserId);
Visual Basic
Public Function AssignTaskToUsergroup(ByVal taskId As Long, ByVal assignToUsergroup As Long, ByVal assignByUserId As Long) As Boolean
Parameters 
Description 
taskId 
Task ID 
assignToUsergroup 
Numeric ID of the Usergroup to which the task is being assigned. 
assignByUserId 
Numeric ID of the User who's assigning the task. 

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