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)
SyntaxIReadOnlyDictionary<string, string> StaticResourceFileTypes { get; }ReadOnly Property StaticResourceFileTypes As IReadOnlyDictionary(Of String, String)
Get
property IReadOnlyDictionary<String^, String^>^ StaticResourceFileTypes {
IReadOnlyDictionary<String^, String^>^ get ();
}abstract StaticResourceFileTypes : IReadOnlyDictionary<string, string> with get
Property Value
Type:
IReadOnlyDictionaryString,
StringReturns dictionary of media types as keys and their descriptions as values.
RemarksUse these types as suggestions to create static resources.
See Also