| MarkLogic XCC/.Net Library |
|
ContentLoader Constructor
Construct an instance that may be used to insert content.
[Visual Basic]
Public Sub New( _
ByVal
serverUri As
Uri _
)
[C#]
public ContentLoader(
Uri serverUri);
Parameters
-
serverUri
- A URI identifying a ContentSource, in the format expected by ContentSourceFactory.newContentSource(URI).
See Also
ContentLoader Class | Marklogic.Xcc.Examples Namespace