Skip to content

Instantly share code, notes, and snippets.

@logicbomb
Created February 29, 2012 21:04
Show Gist options
  • Save logicbomb/1944331 to your computer and use it in GitHub Desktop.
Save logicbomb/1944331 to your computer and use it in GitHub Desktop.
Queries
[{
AgentSystemName,
PartName,
PartNamespace,
Arguments [{
Type,
Name,
Choices [] //string array,
MultiChoice,
DefaultValue
}]
}]
@logicbomb
Copy link
Author

  • Choices is an array of string
  • MultiChoice is a boolean indicating whether multiple values from the Choices array is valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment