| 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