> ## 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 FindRequest

# <a id="SuperOffice_WebApi_Data_Find_FindRequest" /> Class Find\_FindRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Find\_FindRequest](SuperOffice.WebApi.Data.Find_FindRequest.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_FindRequest__ctor" /> Find\_FindRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Find_FindRequest_PageNumber" /> PageNumber

```csharp theme={null}
public int PageNumber { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_FindRequest_PageSize" /> PageSize

```csharp theme={null}
public int PageSize { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_FindRequest_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_FindRequest_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_FindRequest_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 FindFromRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictionsRequest.md)
- [SuperOffice.WebApi.Data.Find FindOrderByRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindOrderByRequest.md)
- [SuperOffice.WebApi.Data.Find FindWithColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindWithColumnsRequest.md)
- [SuperOffice.WebApi.Data.Find FindFromRestrictions2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictions2Request.md)
- [SuperOffice.WebApi.Data.Find FindFromRestrictionsColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictionsColumnsRequest.md)
- [SuperOffice.WebApi.Data.Find FindOrderBy2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindOrderBy2Request.md)
