AppResourceKind Enumeration |
Specifies kinds of application resources.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
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. |
See Also