adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CMResponseMatchOptions Enumeration


In This Topic
    CMResponseMatchOptions Enumeration
    In This Topic
    Options that determine how a computer monitor evaluates a response.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("4B30B6DD-0A29-4A96-A978-888549DAC248")>
    <FlagsAttribute()>
    Public Enum CMResponseMatchOptions 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("4B30B6DD-0A29-4A96-A978-888549DAC248")]
    [Flags()]
    public enum CMResponseMatchOptions : System.Enum 
    [ComVisible(true)]
    [Guid("4B30B6DD-0A29-4A96-A978-888549DAC248")]
    [Flags()]
    public enum class CMResponseMatchOptions : public System.Enum 
    Members
    MemberValueDescription
    DoesNotMatch2 The trigger fires if the response does not match the specified target text.
    Matches1 The trigger fires if the response matches the specified target text.
    None0 The trigger fires if the response matches the specified target text.
    Script4 The response is passed to a script for evaluation.
    UseRegEx8 When combined with Matches or DoesNotMatch, indicates that the target text is a regular expression.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.CMResponseMatchOptions

    See Also