Class s7sdk.search.SearchResultsFrameDesc
This class represents a single frame, or spread in the catalog which has at least one search hit. A SearchResultsFrameDesc
instance contains the frame (spread) index within a catalog and the list of one or more pages in this frame.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
frame index within a catalog.
|
|
specifies the list of
SearchResultsPageDesc instances which represent each page in this frame (spread). |
Field Detail
{Number}
idx
frame index within a catalog.
{Array}
pageList
specifies the list of
SearchResultsPageDesc
instances which represent each page in this frame (spread).