Open this page in the API Guide

CopyLocalizationOptions Class

Base data contract object for supplying information when copying a localization.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.CopyLocalizationOptions

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 CopyLocalizationOptions

The CopyLocalizationOptions type exposes the following members.

Constructors
  NameDescription
Public methodCopyLocalizationOptions
Initializes a new instance of the CopyLocalizationOptions class.
Top
Properties
  NameDescription
Public propertyCultureName
Gets the culture.
Public propertyIsOverride
Gets a value indicating whether this localization is an override.
Public propertyModuleId
Gets the module identifier.
Public propertyName
Gets the name.
Public propertyTargetCultureName
Gets or sets the target culture name for the copy.
Top
See Also