> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Find GetCriteriaInformationWithContextRequest

# <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest" /> Class Find\_GetCriteriaInformationWithContextRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Find_GetCriteriaInformationWithContextRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Find\_GetCriteriaInformationWithContextRequest](SuperOffice.WebApi.Data.Find_GetCriteriaInformationWithContextRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest__ctor" /> Find\_GetCriteriaInformationWithContextRequest()

```csharp theme={null}
public Find_GetCriteriaInformationWithContextRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest_Context" /> Context

```csharp theme={null}
public string Context { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest_ProviderName" /> ProviderName

```csharp theme={null}
public string ProviderName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest_StaticColumns" /> StaticColumns

```csharp theme={null}
public string[] StaticColumns { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]

### <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest_StorageKey" /> StorageKey

```csharp theme={null}
public string StorageKey { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Find_GetCriteriaInformationWithContextRequest_StorageType" /> StorageType

```csharp theme={null}
public string StorageType { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.Find GetSpecifiedCriteriaInformationWithDefaultsWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetSpecifiedCriteriaInformationWithDefaultsWithContextRequest.md)
- [SuperOffice.WebApi.Data.Find GetCriteriaInformationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetCriteriaInformationRequest.md)
- [SuperOffice.WebApi.Agents.FindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.FindAgent.md)
- [SuperOffice.WebApi.Data.Find GetSpecifiedCriteriaInformationWithDefaultsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetSpecifiedCriteriaInformationWithDefaultsRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsAndGetCriteriaInformationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsAndGetCriteriaInformationRequest.md)
- [SuperOffice.WebApi.Agents.IFindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IFindAgent.md)
