ItemValuesMoveValue Method |
Moves a value at a given path up or down in it's current depth.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void MoveValue(
string path,
int places
)
Public Sub MoveValue (
path As String,
places As Integer
)
public:
void MoveValue(
String^ path,
int places
)
member MoveValue :
path : string *
places : int -> unit
Parameters
- path
- Type: SystemString
The path to search. - places
- Type: SystemInt32
The number of places to move the value.
See Also