adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectSearchOptions Class / SearchCapturedFileContents Field


In This Topic
    SearchCapturedFileContents Field
    In This Topic
    Search contents of captured files based on file Patterns in IncludeFilePatterns and ExcludeFilePatterns.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public SearchCapturedFileContents As Boolean
    [DataMember()]
    public bool SearchCapturedFileContents
    [DataMember()]
    public:
    bool SearchCapturedFileContents
    Remarks
    If SearchCapturedFileContents is not checked, only file names/descriptions are searched.
    See Also