SupportedAssemblyDeploymentTargets Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration that represents all of the supported assembly deployment targets for a specified SharePoint project item.
This enumeration supports a bitwise combination of its member values.
public enum class SupportedAssemblyDeploymentTargets
[System.Flags]
public enum SupportedAssemblyDeploymentTargets
[<System.Flags>]
type SupportedAssemblyDeploymentTargets =
Public Enum SupportedAssemblyDeploymentTargets
- Inheritance
-
SupportedAssemblyDeploymentTargets
- Attributes
Fields
Name | Value | Description |
---|---|---|
GlobalAssemblyCache | 1 | The SharePoint project item supports assembly deployment to the GAC. |
WebApplication | 2 | The SharePoint project item supports assembly deployment to the web application's \bin directory. |
All | 3 | The SharePoint project item supports assembly deployment to either the \bin directory or the Global Assembly Cache (GAC). |