SupportedAssemblyDeploymentTargets Enum

Definition

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

All 3

The SharePoint project item supports assembly deployment to either the \bin directory or the Global Assembly Cache (GAC).

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.

Applies to