[]
        
(Showing Draft Content)

C1.Web.Api.Document.Models.SearchScope

SearchScope Enum

Specifies text search scope.

Namespace: C1.Web.Api.Document.Models
Assembly: C1.Web.Api.Document.dll
Syntax
public enum SearchScope

Fields

Name Description
EndOfDocument

Searches to the end of the document.

FirstOccurrence

Searches till the first occurrence is found.

SinglePage

Searches within the specified page only.

WholeDocument

Searches the whole document.