ApplicationResourceType 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.
Specifies where an application resource file is deployed on the server.
public enum class ApplicationResourceType
public enum ApplicationResourceType
type ApplicationResourceType =
Public Enum ApplicationResourceType
- Inheritance
-
ApplicationResourceType
Fields
Name | Value | Description |
---|---|---|
AppGlobalResourceFile | 0 | The application resource file is deployed to the server's App_GlobalResources folder. |
ApplicationResourceFile | 1 | The application resource file is deployed to the server's Resources folder. |