Version

TileMove Method (WinLiveTileViewRecordReplayServer)

Move tile to a new location
Syntax
'Declaration
 
Public Sub TileMove( _
   ByVal oTileArg() As System.Object, _
   ByVal iNewTileIndex As System.Integer, _
   Optional ByVal oNewGroupArg As System.Object, _
   Optional ByVal bInsertGroupFirst As System.Boolean _
) 
public void TileMove( 
   System.object[] oTileArg,
   System.int iNewTileIndex,
   System.object oNewGroupArg,
   System.bool bInsertGroupFirst
)

Parameters

oTileArg
Two dimensional array used to represent a Tile. The first element is an integer index, string key, or string text representing the group. The second element in an integer index, string key or string StaticTile text representing the Tile.
iNewTileIndex
integer index of the new location for the Tile
oNewGroupArg
Optional parameter, if supplied represents the location of the new parent group for the Tile.
bInsertGroupFirst
Optional parameter, default is false. If true, inserts a new group supplied by the oGroupArg. Which if it represents an existing group will place the new group before existing group.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also