====== Array Pages ====== This is an array of elements in the structure of the [[en:help:externalsource:item|Item object]] or [[en:help:externalsource:|root element]]. Used to specify the pages that will be used as a starting (in other words, the entry point). ===== Attributes ===== * May contain [[en:help:externalsource:external|Priority attribute]] * May contain [[en:help:externalsource:priority|External attribute]] * Starting page'''' will be composed of the selected element ''"Page":""'' and the selected element ''"Domain":""'' * While performing of task, one of the elements is selected , according with value of the Priority. If [[en:help:externalsource:|the external source ]] contains no elements in the array Page, then as the start page will be used by the task domain. ===== Structure ===== "Pages":[ { "Page":"", "External":"", "Priority":1 }, { "Page":"", "External":"", "Priority":1 }, ..., { "Page":"", "External":"", "Priority":1 } ] ===== Example ===== "Domains":[ { "Domain":"waspace.net" } ], "Pages":[ { "Page":"/about.html" } ] The following actions will be performed: - Loading of the home page ''waspace.net/about.html'' - Further task performance ...