IAppResourceService Interface |
Namespace: Dundas.BI.AppResources
The IAppResourceService type exposes the following members.
Name | Description | |
---|---|---|
StaticResourceFileTypes | Gets the static resource file types. |
Name | Description | |
---|---|---|
DeleteBuiltInResource | Deletes the built-in resource. | |
DeleteStaticResource | Deletes the static resource. | |
GetBuiltInResource |
Gets the built-in resource.
| |
GetBuiltInResourceInfo | Gets information about the built-in resource of the specified type, for the specified tenant. | |
GetBuiltInResourceInfos | Gets information about all the built-in resources. | |
GetStaticResource(Guid, StaticResourceInfo, Boolean) |
Gets the static resource.
| |
GetStaticResource(String, StaticResourceInfo, Boolean) |
Gets the static resource.
| |
GetStaticResourceInfos | Gets the static resource information objects. | |
StoreBuiltInResource |
Stores the built-in resource.
| |
StoreStaticResource |
Stores the static resource.
|