adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectSearchOptions Class / IncludeFilePatterns Property

In This Topic
    IncludeFilePatterns Property
    In This Topic
    List of file patterns to include when searching CapturedFile contents.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property IncludeFilePatterns As List(Of String)
    [DataMember()]
    public List<string> IncludeFilePatterns {get;}
    Remarks
    For example, "*.txt" to search all files with .txt extension
    See Also