adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileTrigger Class / ExcludeFiles Property


In This Topic
    ExcludeFiles Property (FileTrigger)
    In This Topic
    List of file names or patterns to exclude from triggering
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExcludeFiles As StringList
    public StringList ExcludeFiles {get;}
    public:
    property StringList^ ExcludeFiles {
       StringList^ get();
    }
    Remarks
    Files that match this list are ignored by trigger processing
    See Also