MarkLogic XCC/.Net Library

ContentLoader.Load Method (String[], FileInfo[])

Load the provided files (represented by FileInfo objects), using the provided URIs, into the content server.

[Visual Basic]
Overridable Overloads Public Sub Load( _
   ByVal uris As String(), _
   ByVal files As FileInfo() _
)
[C#]
public virtual void Load(
   string[] uris,
   FileInfo[] files
);

Parameters

uris
An array of URIs (identifiers) that correspond to the FileInfo instances given in the "files" parameter.
files
An array of FileInfo objects representing disk files to be loaded. The ContentCreateOptions object set with the Options property, if any, will be applied to all documents when they are loaded.

See Also

ContentLoader Class | Marklogic.Xcc.Examples Namespace | ContentLoader.Load Overload List