Click or drag to resize
BuildNuSpecManifestEventArgsManifest Property
NuSpec manifest created by NuSpecBuilder. The manifest is available during the after phase of the event.

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

Property Value

Type: Manifest
See Also