Click or drag to resize
ItemValuesMoveValue Method
Moves a value at a given path up or down in it's current depth.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void MoveValue(
	string path,
	int places
)

Parameters

path
Type: SystemString
The path to search.
places
Type: SystemInt32
The number of places to move the value.
See Also