Open this page in the API Guide

StaticResourceInfo Class

Represents static application resource information.
Inheritance Hierarchy
System.Object
  Dundas.BI.AppResources.StaticResourceInfo

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public sealed class StaticResourceInfo

The StaticResourceInfo type exposes the following members.

Constructors
  NameDescription
Public methodStaticResourceInfo
Initializes a new instance of the StaticResourceInfo class.
Top
Properties
  NameDescription
Public propertyId
Gets the ID of the resource file.
Public propertyName
Gets the name of the resource file.
Public propertyResourceFileType
Gets the MIME type of the resource file.
Top
See Also