Click or drag to resize
AutomationLogSettings Constructor
Constructor

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public AutomationLogSettings(
	string objectType,
	int objectId,
	int stateId
)

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID
stateId
Type: SystemInt32
State object ID
See Also