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 | |
---|---|---|
![]() |
ActivationDependencies | Gets the packages on which the activation of the current package depends. |
![]() |
ApplicationResourceFiles | Gets the application resource files associated with the package. |
![]() |
Assemblies | Gets the assemblies associated with the package. |
![]() |
DeploymentServerType | Gets or sets the type of server that hosts the package. |
![]() |
Description | Gets or sets the package description. |
![]() |
DwpFiles | Gets the Web part (.dwp) files associated with the package. |
![]() |
FeatureManifests | Gets the feature manifests associated with the package. |
![]() |
PolicyItems | Gets the code access security (CAS) policies for the package. |
![]() |
ResetWebServer | Gets or sets whether IIS is restarted after installing the package. |
![]() |
ResetWebServerModeOnUpgrade | Gets or sets how IIS is restarted after upgrading the package. |
![]() |
Resources | Gets the resource files associated with the package. |
![]() |
RootFiles | Gets the root files associated with the package. |
![]() |
SharePointProductVersion | Gets or sets the version of SharePoint that the solution is designed for. |
![]() |
SiteDefinitionManifests | Gets the site definition manifest files associated with the package. |
![]() |
SolutionId | Gets or sets the package ID. |
![]() |
TemplateFiles | Gets the template files associated with the package. |
![]() |
Title | Gets or sets the package title. |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a DSL model element has changed. (Inherited from IObservableModelElement.) |
![]() |
PropertyChanging | Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement.) |
Top