IPackageManifest Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a SharePoint package manifest.

Namespace:  Microsoft.VisualStudio.SharePoint.Packages
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Interface IPackageManifest _
    Inherits IObservableModelElement
public interface IPackageManifest : IObservableModelElement

The IPackageManifest type exposes the following members.

Properties

  Name Description
Public property ActivationDependencies Gets the packages on which the activation of the current package depends.
Public property ApplicationResourceFiles Gets the application resource files associated with the package.
Public property Assemblies Gets the assemblies associated with the package.
Public property DeploymentServerType Gets or sets the type of server that hosts the package.
Public property Description Gets or sets the package description.
Public property DwpFiles Gets the Web part (.dwp) files associated with the package.
Public property FeatureManifests Gets the feature manifests associated with the package.
Public property PolicyItems Gets the code access security (CAS) policies for the package.
Public property ResetWebServer Gets or sets whether IIS is restarted after installing the package.
Public property ResetWebServerModeOnUpgrade Gets or sets how IIS is restarted after upgrading the package.
Public property Resources Gets the resource files associated with the package.
Public property RootFiles Gets the root files associated with the package.
Public property SharePointProductVersion Gets or sets the version of SharePoint that the solution is designed for.
Public property SiteDefinitionManifests Gets the site definition manifest files associated with the package.
Public property SolutionId Gets or sets the package ID.
Public property TemplateFiles Gets the template files associated with the package.
Public property Title Gets or sets the package title.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a DSL model element has changed. (Inherited from IObservableModelElement.)
Public event PropertyChanging Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement.)

Top

See Also

Reference

Microsoft.VisualStudio.SharePoint.Packages Namespace