Click or drag to resize
ModulePackagingEvents Class
Events for installable module package creation process. Allows for customization of the process.
Inheritance Hierarchy
SystemObject
  CMS.ModulesModulePackagingEvents

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
public class ModulePackagingEvents

The ModulePackagingEvents type exposes the following members.

Fields
  NameDescription
Public fieldBuildNuSpecManifest
An event raised upon building NuSpec manifest. The before phase allows for modification of NuSpecBuilder, the after phase allows for modification of resulting Manifest.
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets the ModulePackagingEvents instance.
Top
See Also