Click or drag to resize

TasksToRunHelperGetExistingTasksForItemsByType Method

Gets tasks assigned to an items by type

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static List<TasksToRun> GetExistingTasksForItemsByType(
	Guid[] itemIds,
	string taskType
)

Parameters

itemIds
Type: SystemGuid

[Missing <param name="itemIds"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.TasksToRunHelper.GetExistingTasksForItemsByType(System.Guid[],System.String)"]

taskType
Type: SystemString
Type of the task.

Return Value

Type: ListTasksToRun

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.TasksToRunHelper.GetExistingTasksForItemsByType(System.Guid[],System.String)"]

See Also