
cts.validIndexPath( string as String, ignorens as Boolean ) as Boolean
 Parses path expressions and resolves namespaces based on the server
 run-time environment. Returns true if the argument is
 permissible as a path for indexing.
| Parameters | |
|---|---|
| string | The path to be tested as a string. | 
| ignorens | Ignore namespace prefix binding errors. | 
  cts.validIndexPath("/aaa:a/bbb:b[1]/ccc:c", false);
  => true
  cts.validIndexPath("/a/b[c=/a/b/d]/p", true);
  => false