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

# <a id="SuperOffice_WebApi_Data_Find_PopulateRestrictionValuesRequest" /> Class Find\_PopulateRestrictionValuesRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Find_PopulateRestrictionValuesRequest_Restrictions" /> Restrictions

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Find PopulateRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_PopulateRestrictionsRequest.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 FindWithExtraRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_FindWithExtraRestrictionsRequest.md)
