Click or drag to resize
AutomationStateInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
protected override void SetInfo(
	AutomationStateInfo info
)

Parameters

info
Type: CMS.AutomationAutomationStateInfo
Object to insert / update
See Also