Gets those ConditionalInstruction elements from the collection, where at least one Condition or Instruction element references the specified FormField.

GetItems(FormField)

public ConditionalInstruction[] GetItems(FormField formField);
Public Function GetItems(ByVal formField As FormField) As ConditionalInstruction()

Parameters

Parameter Description
formField Specifies the FormField that is referenced inside the requested ConditionalInstruction elements.

Return Value

The return value is null, if the TextControl.IsFormFieldValidationEnabled property is set to false. Otherwise an array of all ConditionalInstruction elements that references the specified FormField is returned.