public XmlLibraryConnection CreateXmlLibrary( string libraryName, string directoryPath, string password )
Parameters
- libraryName
- The name of the library being created.
- directoryPath
- Path to the directory where to save the file-system-based library.
- password
- Password for the library. If null, the library is not protected by any password.
Return Value
Connection to the created XML library.