IResourceFileService Interface

Defining resource files related properties and methods.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IResourceFileService

The IResourceFileService type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates the resource file by specified resource object type.
Public methodGetData
Gets a stream for reading the contents of the specified stored resource.
Public methodGetFileOnDisk
Gets the path to an on-disk location for the resource.
Public methodGetImageThumbnail
Gets a stream providing a thumbnail of an image.
Public methodGetResourceInfo
Gets information about the resource with the specified ID.
Public methodGetViewThumbnail
Gets a stream providing the thumbnail image for the view, or if no thumbnail is available.
Public methodUpdate
Updates the specified resource.
Top
See Also