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 (26.2.0.1000)
Syntax
public StaticResourceInfo(
	string name,
	string resourceFileType
)

Parameters

name  String
The name.
resourceFileType  String
The MIME 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