Search Results for

    Show / Hide Table of Contents

    Collection Dialog

    Configuration section for the handling of default settings for collection wizard step.

    Example

    <collectionDialog>
        <softwareRequired value="true" />
        <userTargeted value="true" />
        <performListCollection value="true" />
    </collectionDialog>
    

    Elements

    softwareRequired

    Attribute Type Description Required Version
    value boolean Option to set the radio button software required. If the value is false, the radio button software available is set. X ≥1.14.0

    userTargeted

    Attribute Type Description Required Version
    value boolean Option to set the radio button user targeted. If the value is false, the radio button device targeted is set. X ≥1.14.0

    performListCollection

    Attribute Type Description Required Version
    value boolean Option to list the collection implicit on enter the dialog. X ≥1.14.0
    Back to top