ModulePackageBuilderBuildPackage Method (Stream) |
Builds the module installation package to the given stream.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public void BuildPackage(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
Stream to be used.
See Also