'Declaration
Public Enum SearchScope Inherits System.Enum
public enum SearchScope : System.Enum
'Declaration
Public Enum SearchScope Inherits System.Enum
public enum SearchScope : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Web.Api.Document.Models.SearchScope