Variant2 (query directive)
From WandoraWiki
(Difference between revisions)
(Created page with "== Description == Gets the variant name with the specified scope. Returns null if the input doesn't have the specified variant. The difference between this directive and [[V...") |
|||
Line 7: | Line 7: | ||
== Constructor == | == Constructor == | ||
− | Variant( | + | Variant(TopicOperand scope, [...]) |
[[Category:Query directives]] | [[Category:Query directives]] |
Revision as of 15:46, 29 November 2013
Description
Gets the variant name with the specified scope. Returns null if the input doesn't have the specified variant.
The difference between this directive and Variant is that you can use any kind of scope with this directive while the other directive is suited for variants using exactly two scope topics, a type and a version.
Constructor
Variant(TopicOperand scope, [...])