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

# <a id="SuperOffice_WebApi_Data_Find_SaveRestrictionsRequest" /> Class Find\_SaveRestrictionsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Find_SaveRestrictionsRequest_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_SaveRestrictionsRequest_Restrictions" /> Restrictions

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_SaveRestrictionsRequest_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_SaveRestrictionsRequest_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 SaveRestrictionGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionGroupRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionGroupsRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsWithContext2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsWithContext2Request.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsWithContextRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsAndGetCriteriaInformation2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsAndGetCriteriaInformation2Request.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsAndGetCriteriaInformationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsAndGetCriteriaInformationRequest.md)
