Overload List
| Name | Description | |
|---|---|---|
| ExtractList(String, String) |
Extracts a list of items from this Response.
| |
| ExtractList(String, String, Boolean) |
Extracts a list of items from this Response,
specifying whether the search should be case-sensitive.
| |
| ExtractList(ExtractionCursor, String, String) |
Extracts a list of items from this Response,
specifying whether the search should be case-sensitive,
and the maximum number of items to extract.
| |
| ExtractList(String, String, Boolean, Int32) |
Extracts a list of items from this Response,
specifying whether the search should be case-sensitive,
and the maximum number of items to extract.
| |
| ExtractList(ExtractionCursor, String, String, SearchFlags) |
Extracts a list of items from this Response.
| |
| ExtractList(ExtractionCursor, String, String, String) |
Extracts a list of items from this Response,
specifying whether the search should be case-sensitive,
and the maximum number of items to extract.
| |
| ExtractList(ExtractionCursor, String, String, SearchFlags, String) |
Extracts a list of items from this Response.
| |
| ExtractList(ExtractionCursor, String, String, String, Boolean) |
Extracts a list of items from this Response,
specifying whether the search should be case-sensitive,
and the maximum number of items to extract.
| |
| ExtractList(ExtractionCursor, String, String, SearchFlags, String, Boolean) |
Extracts a list of items from this Response.
| |
| ExtractList(ExtractionCursor, String, String, String, Boolean, Int32) |
Extracts a list of items from this Response,
specifying whether the search should be case-sensitive,
and the maximum number of items to extract.
| |
| ExtractList(ExtractionCursor, String, String, SearchFlags, String, Boolean, Int32) |
Extracts a list of items from this Response.
|
See Also