Filter XML

Use to filter the results of the sites, lists, and folders collected. Specify each Type Option within the Type element and specify the text to look for in the Contains element. If more than one filter, create each within its own Filter node.

Site Type Options

      Title

      URL

      Type

      Template

List Type Options

      Title

      URL

      Type

      Template

Folder Type Options

      Site

      List

Example:

<Filters>

<Filter>

<Field>Type</Field>

<Contains>Announcements</Contains>

</Filter>
<Filter>…</Filter>

</Filters>

Back to Top