Open this page in the API Guide

WriteUserDataOptions Class

The options class used for writing user data.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.WriteUserDataOptions

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

The WriteUserDataOptions type exposes the following members.

Constructors
  NameDescription
Public methodWriteUserDataOptions
Initializes a new instance of the WriteUserDataOptions class
Top
Properties
  NameDescription
Public propertyIsTenantAgnostic
Gets or sets a value indicating whether the user data value is tenant-agnostic. The default value is true.
Public propertyKey
Gets or sets the key.
Public propertyTenantId
Gets or sets the tenant ID. Ignored if IsTenantAgnostic is true.
Public propertyValue
Gets or sets the value.
Top
See Also