StoreBuiltInResourceOptions Class

Base data contract object for supplying information when updating an built-in resource.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsStoreBuiltInResourceOptions

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 StoreBuiltInResourceOptions

The StoreBuiltInResourceOptions type exposes the following members.

Constructors
 NameDescription
Public methodStoreBuiltInResourceOptions Initializes a new instance of the StoreBuiltInResourceOptions class.
Top
Properties
 NameDescription
Public propertyContents Gets or sets the contents to be used for the resource.
Public propertyResourceKind Gets or sets the resource kind.
Public propertyTenantId Gets or sets the optional tenant ID.
Top
See Also