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()>
    <NotNullAttribute()>
    Public ReadOnly Property IncludeFilePatterns As List(Of String)
    [DataMember()]
    [NotNull()]
    public List<string> IncludeFilePatterns {get;}
    [DataMember()]
    [NotNull()]
    public:
    property List<String^>^ IncludeFilePatterns {
       List<String^>^ get();
    }
    Remarks
    For example, "*.txt" to search all files with .txt extension
    See Also