Newer Version Available
ControlInput Class
Represents a control input that's used in the evaluation of compliance. It includes two
main properties: parameterName and parameterType.
Namespace
Example
ControlInput Constructors
Learn more about the constructors available with the ControlInput class.
The ControlInput class includes this constructor.
ControlInput(parameterName, parameterType)
Initializes the ControlInput object.
Signature
public ControlInput(String parameterName, ComplianceMgmt.ControlInputType parameterType)
Parameters
- parameterName
- Type: String
- Name of the business context parameter that’s used to evaluate compliance.
- parameterType
- Type: ComplianceMgmt.ControlInputType
- The type of the business context parameter. Only RecordId is supported.