AutomationStateInfoProviderDeleteAutomationStates Method |
Deletes automation states associated with specified object.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public static void DeleteAutomationStates(
string objectType,
IList<int> ids
)
Parameters
- objectType
- Type: SystemString
Object type - ids
- Type: System.Collections.GenericIListInt32
List of IDs
See Also