JAMS Developer Guide
ReplaceTokens Method


MVPSI.JAMSScheduler Namespace > ISchedulerServices Interface : ReplaceTokens Method
Replaces tokens and expands macros.
Syntax
'Declaration
 
Function ReplaceTokens( _
   ByVal inputText As System.String, _
   ByVal symbolSource As System.Object, _
   ByVal symbolDictionary As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal baseMacros As System.Collections.Generic.Dictionary(Of String,Macro) _
) As System.String
'Usage
 
Dim instance As ISchedulerServices
Dim inputText As System.String
Dim symbolSource As System.Object
Dim symbolDictionary As System.Collections.Generic.Dictionary(Of String,Object)
Dim baseMacros As System.Collections.Generic.Dictionary(Of String,Macro)
Dim value As System.String
 
value = instance.ReplaceTokens(inputText, symbolSource, symbolDictionary, baseMacros)
System.string ReplaceTokens( 
   System.string inputText,
   System.object symbolSource,
   System.Collections.Generic.Dictionary<string,object> symbolDictionary,
   System.Collections.Generic.Dictionary<string,Macro> baseMacros
)

Parameters

inputText
symbolSource
symbolDictionary
baseMacros
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

ISchedulerServices Interface
ISchedulerServices Members