JAMS 6.x Help
MoveTo Method (Trigger)


The fully qualified name of the new Trigger.
The server to move the Trigger to.
Save the Trigger with a new name and/or server and removed the old instance of the folder.
Syntax
'Declaration
 
Public Sub MoveTo( _
   ByVal newName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim instance As Trigger
Dim newName As System.String
Dim js As Server
 
instance.MoveTo(newName, js)
public void MoveTo( 
   System.string newName,
   Server js
)

Parameters

newName
The fully qualified name of the new Trigger.
js
The server to move the Trigger to.
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

Trigger Class
Trigger Members