MarkLogic XCC/.Net Library

ContentLoader.Load Method (FileInfo[])

Load the provided files into the contentbase, using the absolute pathname of each FileInfo as the document URI.

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

Parameters

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