Click or drag to resize
ModulePackagingEventsBuildNuSpecManifest Field
An event raised upon building NuSpec manifest. The before phase allows for modification of NuSpecBuilder, the after phase allows for modification of resulting Manifest.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
public readonly BuildNuSpecManifestHandler BuildNuSpecManifest

Field Value

Type: BuildNuSpecManifestHandler
See Also