Open this page in the API Guide

StaticResourceInfo Constructor

Initializes a new instance of the StaticResourceInfo class.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public StaticResourceInfo(
	string name,
	string resourceFileType
)

Parameters

name
Type: System.String
The name.
resourceFileType
Type: System.String
Type of the resource file.
Exceptions
ExceptionCondition
ArgumentException

resourceFileType is not a valid non-empty string.

-or-

resourceFileType: Media Type structure is invalid or not supported.

See Also