Version

GroupMove Method (WinLiveTileViewRecordReplayServer)

Reposition a TileGroup to a new location in the UltraLiveTileView
Syntax
'Declaration
 
Public Sub GroupMove( _
   ByVal oGroupArg As System.Object, _
   ByVal iNewIndex As System.Integer _
) 
public void GroupMove( 
   System.object oGroupArg,
   System.int iNewIndex
)

Parameters

oGroupArg
integer index, string key, or string text name to identify the TileGroup
iNewIndex
integer value of the new index of the TileGroup
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