Click or drag to resize

TasksToRunHelperAddItemsForScheduling Method (ListObject, String, String, Boolean, Boolean)

Fills TasksToRun table with passed items for scheduling.

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 void AddItemsForScheduling(
	List<Object> items,
	string taskType,
	string itemType,
	bool autoRenewal,
	bool forceInsert
)

Parameters

items
Type: System.Collections.GenericListObject
The items.
taskType
Type: SystemString
Type of the task.
itemType
Type: SystemString
Type of the item.
autoRenewal
Type: SystemBoolean
if set to true [auto renewal].
forceInsert
Type: SystemBoolean
The force insert flag.
See Also