| MarkLogic XCC/.Net Library |
|
ModuleRunner.InvokeToStringArray MethodÂ
Invoke the module with the given URI and return the resulting ResultSequence as an array of Strings.
[Visual Basic]
Overridable Public Function InvokeToStringArray( _
   ByVal
moduleUri AsÂ
String _
)Â AsÂ
String()
[C#]
public virtualÂ
string[]Â InvokeToStringArray(
  Â
stringÂ
moduleUri);
Parameters
-
moduleUri
- A URI that specifies a module to invoke on the server.
Return Value
An array of Strings, possibly with size zero.
See Also
ModuleRunner Class | Marklogic.Xcc.Examples Namespace