Click or drag to resize
BuildNuSpecManifestEventArgsNuSpecBuilder Property
Builder class for NuSpec manifest. Use the builder to adjust the resulting manifest during the before phase of the event.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public NuSpecBuilder NuSpecBuilder { get; set; }

Property Value

Type: NuSpecBuilder
See Also