FallbackGroup target
If you want to contribute, please create a user account and contact Jarek to get edit access.




Configuration Syntax
<targets>
<target xsi:type="FallbackGroup" name="String" returnToFirstOnSuccess="Boolean">
<target xsi:type="wrappedTargetType" ... />
<target xsi:type="wrappedTargetType" ... />
...
<target xsi:type="wrappedTargetType" ... />
</target>
</targets>
Read more about using the Configuration File.<target xsi:type="FallbackGroup" name="String" returnToFirstOnSuccess="Boolean">
<target xsi:type="wrappedTargetType" ... />
<target xsi:type="wrappedTargetType" ... />
...
<target xsi:type="wrappedTargetType" ... />
</target>
</targets>
Parameters
- General Options
- name - Name of the target.
- Fallback Options
- returnToFirstOnSuccess - Indicates whether to return to the first target after any successful write.Boolean




