Click or drag to resize

BCCollectionMove Method

Changes the position of an object inside the collection.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void Move(
	string key,
	int positionShift
)

Parameters

key
Type: SystemString
The key of an object to move.
positionShift
Type: SystemInt32
The position shift.
See Also