AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SearchCases operation. Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.

For customer_id you must provide the full customer profile ARN in this format: arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConnectCases.AmazonConnectCasesRequest
      Amazon.ConnectCases.Model.SearchCasesRequest

Namespace: Amazon.ConnectCases.Model
Assembly: AWSSDK.ConnectCases.dll
Version: 3.x.y.z

Syntax

C#
public class SearchCasesRequest : AmazonConnectCasesRequest
         IAmazonWebServiceRequest

The SearchCasesRequest type exposes the following members

Constructors

NameDescription
Public Method SearchCasesRequest()

Properties

NameTypeDescription
Public Property DomainId System.String

Gets and sets the property DomainId.

The unique identifier of the Cases domain.

Public Property Fields System.Collections.Generic.List<Amazon.ConnectCases.Model.FieldIdentifier>

Gets and sets the property Fields.

The list of field identifiers to be returned as part of the response.

Public Property Filter Amazon.ConnectCases.Model.CaseFilter

Gets and sets the property Filter.

A list of filter objects.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of cases to return. The current maximum supported value is 25. This is also the default value when no other value is provided.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Public Property SearchTerm System.String

Gets and sets the property SearchTerm.

A word or phrase used to perform a quick search.

Public Property Sorts System.Collections.Generic.List<Amazon.ConnectCases.Model.Sort>

Gets and sets the property Sorts.

A list of sorts where each sort specifies a field and their sort order to be applied to the results.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5