Load the provided files into the contentbase, using the absolute pathname of each FileInfo as the document URI.
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[]);
ContentLoader Class | Marklogic.Xcc.Examples Namespace