adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectSearchOptions Class
Fields Properties

In This Topic
    ObjectSearchOptions Class Members
    In This Topic

    The following tables list the members exposed by ObjectSearchOptions.

    Public Constructors
    Public Fields
     NameDescription
    Public Field The type of operation to perform  
    Public Field Options for recording Change Log entries for modified objects  
    Public Field The replacement text, when performing a replacement operation  
    Public Field Determines whether the objects will be returned by a search operation.  
    Public Field Search contents of captured files based on file Patterns in IncludeFilePatterns and ExcludeFilePatterns.  
    Public Field Search captured file names and/or contents  
    Public Field Search job history (instances, log messages, captured files).  
    Public Field Search log messages for jobs  
    Public Field Search server-level Log Messages  
    Public Field Whether to search sub groups of specified groups  
    Public Field The text or pattern to find  
    Public FieldIndicates whether the TextToFind is a regular expression or simple text  
    Top
    Public Properties
     NameDescription
    Public Property Exclude objects of the specified class(es)  
    Public Property Do not search the specified field(S)  
    Public Property List of file patterns to exclude when searching CapturedFile contents.  
    Public Property Do not search the specified objects  
    Public Property Exclude objects with the specified tag(s)  
    Public Property Include only objects of the specified class(es)  
    Public Property Only search the specified field(s)  
    Public Property List of file patterns to include when searching CapturedFile contents.  
    Public Property Search only the specified objects  
    Public Property Only include objects with the specified tag(s)  
    Top
    See Also