Click or drag to resize
BuildNuSpecManifestEventArgs Properties

The BuildNuSpecManifestEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyManifest
NuSpec manifest created by NuSpecBuilder. The manifest is available during the after phase of the event.
Public propertyNuSpecBuilder
Builder class for NuSpec manifest. Use the builder to adjust the resulting manifest during the before phase of the event.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyResourceName
Name of the module being packaged.
Top
See Also