StaticResourceInfo Constructor |
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public StaticResourceInfo(
string name,
string resourceFileType
)
Public Sub New (
name As String,
resourceFileType As String
)
public:
StaticResourceInfo(
String^ name,
String^ resourceFileType
)
new :
name : string *
resourceFileType : string -> StaticResourceInfo
Parameters
- name
- Type: SystemString
The name. - resourceFileType
- Type: SystemString
Type of the resource file.
Exceptions Exception | Condition |
---|
ArgumentException | resourceFileType is not a valid non-empty string. -or- resourceFileType: Media Type structure is invalid or not supported. |
See Also