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

# <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictions2Request" /> Class Find\_FindWithExtraRestrictions2Request

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictions2Request_DesiredColumns" /> DesiredColumns

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictions2Request_ExtraRestrictions" /> ExtraRestrictions

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictions2Request_OrderBy" /> OrderBy

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictions2Request_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_FindWithExtraRestrictions2Request_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_FindWithExtraRestrictions2Request_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_FindWithExtraRestrictions2Request_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_FindWithExtraRestrictions2Request_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 FindFromRestrictions2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictions2Request.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictions2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictions2Request.md)
- [SuperOffice.WebApi.Data.Find GetDefaultDesiredColumnsFromRestrictions2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetDefaultDesiredColumnsFromRestrictions2Request.md)
- [SuperOffice.WebApi.Agents.FindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.FindAgent.md)
- [SuperOffice.WebApi.Agents.IFindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IFindAgent.md)
- [SuperOffice.WebApi.Data.Find FindWithExtraRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindWithExtraRestrictionsRequest.md)
