This Element
This type of element allows you to scope other elements inside it. This is like using Include XML Element without actually including another file, as a result it is also similar to a Build XML Element in concept.
<!-- Sandbox stuff inside this element -->
<Context Sandbox="true">
<!-- This variable can only be used inside this context -->
<SetVariable Name="Example" Value="Potato">
</Context>
- Sandbox: TODO.
- Defaults to false.
- Forced to true if the file being included has
Once
set totrue
on it's Build XML Element.
- Firewall: TODO.
- Defaults to false.
- NoOutput: TODO.
- Defaults to false.
Child Elements
All elements except for Build
elements can be nested inside these elements.
Version History
1.0
Initial release.