public static NLibraryDocument FromStream( System.IO.Stream stream, System.string fileExtension )
Parameters
- stream
- The stream to load a library document from.
- fileExtension
- Optional file extension without the dot, for example: "nlb", "nlx", "vssx", etc. If not set, the method will try to detect it from the given stream if it is a System.IO.FileStream.