GetStringsOptions Class

The options class for localization GetStrings call.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetStringsOptions

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

The GetStringsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetStringsOptions
Initializes a new instance of the GetStringsOptions class.
Top
Properties
  NameDescription
Public propertyCultureName
Gets or sets the name of the culture.
Public propertyTags
Gets the format arguments.
Top
See Also