StaticResourceInfoData Class

Base data contract object for returning an StaticResourceInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsStaticResourceInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class StaticResourceInfoData

The StaticResourceInfoData type exposes the following members.

Constructors
 NameDescription
Public methodStaticResourceInfoData Initializes a new instance of the StaticResourceInfoData class.
Top
Properties
 NameDescription
Public propertyIdGets the ID of the resource file.
Public propertyNameGets the name of the resource file.
Public propertyResourceFileTypeGets the MIME type of the resource file.
Top
See Also