ApplicationResourceType Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. |