ArcFM Responder Mobile Developer Guide
Reorder Method






Syntax
'Declaration
 
Function Reorder( _
   ByRef pList As IMMPxCleanuplist _
) As System.Boolean
'Usage
 
Dim instance As IMMPxCleanupReorder
Dim pList As IMMPxCleanuplist
Dim value As System.Boolean
 
value = instance.Reorder(pList)
System.bool Reorder( 
   out IMMPxCleanuplist pList
)
function Reorder( 
   Out  pList: IMMPxCleanuplist
): System.Boolean; 
function Reorder( 
   pList : IMMPxCleanuplist
) : System.boolean;
System.bool Reorder( 
   [PARAMFLAG::Out] IMMPxCleanuplist* pList
) 
System.bool Reorder( 
   [Out] IMMPxCleanuplist^ pList
) 

Parameters

pList
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

Reference

IMMPxCleanupReorder Interface
IMMPxCleanupReorder Members

Send Feedback