IAppResourceService Methods

The IAppResourceService type exposes the following members.

Methods
  NameDescription
Public methodDeleteBuiltInResource
Deletes the built-in resource.
Public methodDeleteStaticResource
Deletes the static resource.
Public methodGetBuiltInResource
Gets the built-in resource.
Public methodGetBuiltInResourceInfo
Gets information about the built-in resource of the specified type, for the specified tenant.
Public methodGetBuiltInResourceInfos
Gets information about all the built-in resources.
Public methodGetStaticResource(Guid, StaticResourceInfo, Boolean)
Gets the static resource.
Public methodGetStaticResource(String, StaticResourceInfo, Boolean)
Gets the static resource.
Public methodGetStaticResourceInfos
Gets the static resource information objects.
Public methodStoreBuiltInResource
Stores the built-in resource.
Public methodStoreStaticResource
Stores the static resource.
Top
See Also