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