Click or drag to resize
ModulePackageBuilderBuildPackage Method (Stream)
Builds the module installation package to the given stream.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public void BuildPackage(
	Stream stream
)

Parameters

stream
Type: CMS.IOStream
Stream to be used.
See Also