| FieldsRequiredFieldsExecute Method (Boolean) | 
            Add validators and change the required fields color
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void RequiredFieldsExecute(
	bool addValidators
)
Public Sub RequiredFieldsExecute ( 
	addValidators As Boolean
)
Parameters
- addValidators
 - Type: SystemBoolean
Determines if we add validators or not 
See Also