Iterates the list of standard task assignments (defined as task items) for a specific resource within the control. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]").

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public IEnumerable<GanttChartItem> GetAssignedItems(
	string resourceName
)
Visual Basic (Declaration)
Public Function GetAssignedItems ( _
	resourceName As String _
) As IEnumerable(Of GanttChartItem)

Parameters

resourceName
Type: System..::.String
The resource name to get the assignments of.

See Also