Changes the position of an object inside the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void Move(
string key,
int positionShift
)
Public Sub Move (
key As String,
positionShift As Integer
)
public:
void Move(
String^ key,
int positionShift
)
member Move :
key : string *
positionShift : int -> unit
Parameters
- key
- Type: SystemString
The key of an object to move. - positionShift
- Type: SystemInt32
The position shift.
See Also