MarkLogic XCC/.Net Library

ContentFetcher Constructor 

Construct an instance that may be used to fetch documents.

[Visual Basic]
Public Sub New( _
   ByVal serverUri As Uri _
)
[C#]
public ContentFetcher(
   Uri serverUri
);

Parameters

serverUri
A URI identifying a ContentSource, in the format expected by ContentSourceFactory.newContentSource(URI).

See Also

ContentFetcher Class | Marklogic.Xcc.Examples Namespace