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
)
Public Shared Function GetExistingTasksForItemsByType (
itemIds As Guid(),
taskType As String
) As List(Of TasksToRun)
public:
static List<TasksToRun^>^ GetExistingTasksForItemsByType(
array<Guid>^ itemIds,
String^ taskType
)
static member GetExistingTasksForItemsByType :
itemIds : Guid[] *
taskType : string -> List<TasksToRun>
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