Web API Edition | ComponentOne
C1.Web.Api.Document.Models Namespace / SearchScope Enumeration

In This Topic
    SearchScope Enumeration
    In This Topic
    Specifies text search scope.
    Syntax
    'Declaration
     
    
    Public Enum SearchScope 
       Inherits System.Enum
    public enum SearchScope : System.Enum 
    Members
    MemberDescription
    EndOfDocumentSearches to the end of the document.
    FirstOccurrenceSearches till the first occurrence is found.
    SinglePageSearches within the specified page only.
    WholeDocumentSearches the whole document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.Document.Models.SearchScope

    See Also