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 where an application resource file is deployed on the server.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration ApplicationResourceType
public enum ApplicationResourceType
Members
Member name | Description | |
---|---|---|
AppGlobalResourceFile | The application resource file is deployed to the server's App_GlobalResources folder. | |
ApplicationResourceFile | The application resource file is deployed to the server's Resources folder. |