Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of deployment to be performed on a file.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration DeploymentType
[CLSCompliantAttribute(true)]
public enum DeploymentType
Members
Member name | Description | |
---|---|---|
NoDeployment | Specifies files that are not deployed to SharePoint. | |
ElementManifest | Specifies the deployment of element manifests to SharePoint. Element manifests are referenced by the feature manifest (feature.xml). | |
ElementFile | Specifies the deployment of element files to SharePoint. Element files are referenced by the feature manifest (feature.xml). | |
TemplateFile | Specifies the deployment of template files to SharePoint. Template files are referenced by the package manifest (manifest.xml). | |
RootFile | Specifies the deployment of root files to SharePoint. Root files are referenced by the package manifest (manifest.xml). | |
ClassResource | Specifies deployment of the file as a Class Resource to SharePoint. Class Resources are referenced by the package manifest (manifest.xml). | |
ApplicationResource | Specifies deployment of the file as an Application Resource to SharePoint. Application Resources are referenced by the package manifest (manifest.xml). | |
AppGlobalResource | Specifies deployment of the file as an Application Global Resource to SharePoint.
Application Global Resources are referenced by the package manifest (manifest.xml). They are deployed to the 'App_GlobalResources' folder of the SharePoint Web application. |
|
PackageOnly | Specifies files marked as Package Only, which are included in the WSP file without any deployment details. | |
Resource | Specifies deployment of the file as Resource file to SharePoint.
Resource files are referenced by the package manifest (manifest.xml). |
|
DwpFile | Specifies a file marked as Resource that is referenced in the package manifest as a Dwp file. Dwp files are referenced by the package manifest (manifest.xml). |