Click or drag to resize

AutomationMLContainerAddLibrary Method

Overload List
 NameDescription
Public methodAddLibrary(Stream, Uri) Adds a library stream to the package and creates a package - part relationship of type Library.
Public methodAddLibrary(String, Uri) Adds a library file to the package and creates a package - part relationship of type Library.
Public methodAddLibrary(PackagePart, Stream, Uri, Boolean) Adds a library from a stream resource to the package and creates relationships to the package and to the part containing the root document using the relationship type Library.
Public methodAddLibrary(PackagePart, String, Uri, Boolean) Adds a library file to the package and creates relationships to the package and to the package containing the root document using the Library.
Top
See Also