MoveElementBeforeOptions Class

The options class used to move an element before another element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsMoveElementBeforeOptions

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

The MoveElementBeforeOptions type exposes the following members.

Constructors
  NameDescription
Public methodMoveElementBeforeOptions
Initializes a new instance of the MoveElementBeforeOptions class
Top
Properties
  NameDescription
Public propertyElementTarget
Gets or sets the unique name of the element before which ElementToMove should be moved.
Public propertyElementToMove
Gets or sets the unique name of the element to move.
Top
See Also