ThmxTheme.Open Method
Include Protected Members
Include Inherited Members
This method opens a .thmx theme package.
Overload List
Name | Description | |
---|---|---|
Open(Package) | Opens the specified theme package. | |
Open(Stream) | Opens a theme package on the specified stream. | |
Open(SPFile) | Opens the specified theme package. | |
Open(SPSite, String) | Opens the theme package associated with the specified SharePoint Web site and server-relative URL. | |
Open(Stream, FileMode, FileAccess) | Opens a theme package using the given I/O stream, file mode, and file access. | |
Open(SPFile, Boolean, FileMode, FileAccess) | Opens the specified theme package using the provided values for version, file mode, and file access. |
Top