====== Array ExMasks ======
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 [[en:help:notions:mask|masks]] of the elements that should be excluded from the process of the task performance.
===== Attributes =====
* May contain [[en:help:externalsource:external|Priority attribute]]
* May contain [[en:help:externalsource:priority|External attribute]]
* While performing of task, one of the elements is selected , according with value of the Priority attribute.
===== Structure =====
"ExMasks":[
{
"ExMask":["","",...,""],
"External":"",
"Priority":1
},
{
"ExMask":["","",...,""],
"External":"",
"Priority":1
},
...,
{
"ExMask":["","",...,""],
"External":"",
"Priority":1
}
]
===== Example =====
"Domains":[
{
"Domain":"waspace.net"
}
],
"Pages":[
{
"Page":"/about.html"
},
"ExMasks":[
{
"ExMask":["download","rules","forum"]
}
]
The following actions will be performed:
- Loading of the home page ''waspace.net/about.html''
- Exception of the following links: ''http://waspace.net/download.html'', ''http://waspace.net/link.html'','http://forum.waspace.net''
- Further task performance ...