Click or drag to resize
ModulePackageBuilderBuildPackage Method (String)
Builds the module installation package to the file specified by given path.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public void BuildPackage(
	string filePath
)

Parameters

filePath
Type: SystemString
Path to installation package.
Exceptions
ExceptionCondition
UnauthorizedAccessExceptionThrown when necessary permissions are missing for the given path.
See Also