AppResourceKind Enumeration |
Specifies kinds of application resources.
Namespace: Dundas.BI.AppResourcesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum AppResourceKind
Public Enumeration AppResourceKind
public enum class AppResourceKind
Members| Member name | Value | Description |
|---|
| NotSet | 0 | Not set. |
| Localization | 1 | Localized strings. |
| Extension | 2 | An extension package. |
| MapConfig | 3 | The map configuration. |
| Static | 4 | The static resource. |
See Also