Response ExtractList Method C# API
Overload List

  NameDescription
Public methodExtractList(String, String)
Extracts a list of items from this Response.
Public methodExtractList(String, String, Boolean)
Extracts a list of items from this Response, specifying whether the search should be case-sensitive.
Public methodExtractList(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.
Public methodExtractList(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.
Public methodExtractList(ExtractionCursor, String, String, SearchFlags)
Extracts a list of items from this Response.
Public methodExtractList(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.
Public methodExtractList(ExtractionCursor, String, String, SearchFlags, String)
Extracts a list of items from this Response.
Public methodExtractList(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.
Public methodExtractList(ExtractionCursor, String, String, SearchFlags, String, Boolean)
Extracts a list of items from this Response.
Public methodExtractList(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.
Public methodExtractList(ExtractionCursor, String, String, SearchFlags, String, Boolean, Int32)
Extracts a list of items from this Response.
Back to Top
See Also