adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / ExpandTokens Method
The string to replace tokens in

In This Topic
    ExpandTokens Method (JobVariableCollection)
    In This Topic
    Expands variable tokens within source, replacing the tokens with the variable values
    Syntax
    'Declaration
     
    
    <ContractAnnotationAttribute("source:null=>null; source:notnull=>notnull")>
    Public Function ExpandTokens( _
       ByVal source As String _
    ) As String
    [ContractAnnotation("source:null=>null; source:notnull=>notnull")]
    public string ExpandTokens( 
       string source
    )

    Parameters

    source
    The string to replace tokens in
    Remarks
    This method does not resolve inline script references.
    See Also