MarkLogic XCC/.Net Library

ContentLoader.Main Method 

Command-line main() module to run this content loader.

[Visual Basic]
<STAThread>
Public Shared Sub Main( _
   ByVal args As String() _
)
[C#]
[STAThread]
public static void Main(
   string[] args
);

Parameters

args
A URI [arg 0] identifying the server/port/user/db where the content should be inserted and one or more [args 1-n] giving file pathnames of documents to load.

See Also

ContentLoader Class | Marklogic.Xcc.Examples Namespace