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

In This Topic
    ExcludeFilePatterns Property
    In This Topic
    List of file patterns to exclude when searching CapturedFile contents.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly Property ExcludeFilePatterns As List(Of String)
    [DataMember()]
    [NotNull()]
    public List<string> ExcludeFilePatterns {get;}
    Remarks
    See Also