IAppResourceService Interface

Provides methods for managing application resources.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public interface IAppResourceService

The IAppResourceService type exposes the following members.

Methods
  NameDescription
Public methodDeleteBuiltInResource
Deletes the built-in resource.
Public methodGetBuiltInResource
Gets the built-in resource.
Public methodGetBuiltInResourceInfos
Gets the built-in resource infos.
Public methodStoreBuiltInResource
Stores the built-in resource.
Top
See Also