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

# <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictionsRequest" /> Class Find\_FindWithExtraRestrictionsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictionsRequest_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_FindWithExtraRestrictionsRequest_ExtraRestrictions" /> ExtraRestrictions

```csharp theme={null}
public ArchiveRestrictionInfo[] ExtraRestrictions { get; set; }
```

#### Property Value

[ArchiveRestrictionInfo](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md)\[]

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

```csharp theme={null}
public ArchiveOrderByInfo[] OrderBy { get; set; }
```

#### Property Value

[ArchiveOrderByInfo](SuperOffice.WebApi.Data.ArchiveOrderByInfo.md)\[]

### <a id="SuperOffice_WebApi_Data_Find_FindWithExtraRestrictionsRequest_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_FindWithExtraRestrictionsRequest_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_FindWithExtraRestrictionsRequest_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_FindWithExtraRestrictionsRequest_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_FindWithExtraRestrictionsRequest_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 FindWithExtraRestrictions2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindWithExtraRestrictions2Request.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 FindFromRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictionsRequest.md)
- [SuperOffice.WebApi.Data.Find FindFromRestrictionsColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictionsColumnsRequest.md)
- [SuperOffice.WebApi.Data.Find FindFromRestrictionsColumns2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindFromRestrictionsColumns2Request.md)
