MarkLogic XCC/.Net Library

ContentLoader.Load Method

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

Overload List

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

public virtual void Load(FileInfo[]);

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

public virtual void Load(string[],FileInfo[]);

See Also

ContentLoader Class | Marklogic.Xcc.Examples Namespace