IPackageManifest Interface

Definition

Represents a SharePoint package manifest.

public interface class IPackageManifest : Microsoft::VisualStudio::SharePoint::IObservableModelElement
public interface IPackageManifest : Microsoft.VisualStudio.SharePoint.IObservableModelElement
type IPackageManifest = interface
    interface IObservableModelElement
Public Interface IPackageManifest
Implements IObservableModelElement
Derived
Implements

Properties

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.

Events

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)

Applies to