Click or drag to resize
AutomationStateInfoProviderBulkInsertAutomationState Method
Inserts all automation states given by states collection into database. StateCreated will be set to the insertion time.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
public static void BulkInsertAutomationState(
	IEnumerable<AutomationStateInfo> states
)

Parameters

states
Type: System.Collections.GenericIEnumerableAutomationStateInfo
Collection of automation states to insert into database
See Also