AutomationStateInfoProviderBulkInsertAutomationState Method |
Inserts all automation states given by
states collection into database.
StateCreated will be set to the insertion time.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public static void BulkInsertAutomationState(
IEnumerable<AutomationStateInfo> states
)
Parameters
- states
- Type: System.Collections.GenericIEnumerableAutomationStateInfo
Collection of automation states to insert into database
See Also