IAppResourceServiceStaticResourceFileTypes Property

Gets the static resource file types.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
IReadOnlyDictionary<string, string> StaticResourceFileTypes { get; }

Property Value

Type: IReadOnlyDictionaryString, String
Returns dictionary of media types as keys and their descriptions as values.
Remarks
Use these types as suggestions to create static resources.
See Also