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

Get all tasks assigned to the usergroup by a state of tasks specified.

C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetTasksAssignedToUsergroupByState", Description = "Get all tasks assigned to the usergroup by a state of tasks specified.")]
public TaskData[] GetTasksAssignedToUsergroup(long groupId, Ektron.Cms.Common.EkEnumeration.TaskState taskState);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetTasksAssignedToUsergroupByState", Description = "Get all tasks assigned to the usergroup by a state of tasks specified.")>
Public Function GetTasksAssignedToUsergroup(groupId As long, taskState As Ektron.Cms.Common.EkEnumeration.TaskState) As TaskData()
Parameters 
Description 
groupId 
Usergroup's ID 
taskState 
Task State 

Array of tasks.

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!