JAMS Developer Guide
ResetTriggers Method (Folder)


MVPSI.JAMS Namespace > Folder Class : ResetTriggers Method
Resets triggers on the folder that match the passed name. If the name is null or empty, all of the folder's triggers are reset.
Syntax
'Declaration
 
Public Function ResetTriggers( _
   ByVal triggerName As System.String _
) As ValidationLog
'Usage
 
Dim instance As Folder
Dim triggerName As System.String
Dim value As ValidationLog
 
value = instance.ResetTriggers(triggerName)
public ValidationLog ResetTriggers( 
   System.string triggerName
)

Parameters

triggerName
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

Folder Class
Folder Members