> ## 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.ArchiveRestrictionGroup

# <a id="SuperOffice_WebApi_Data_ArchiveRestrictionGroup" /> Class ArchiveRestrictionGroup

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

Carrier object for ArchiveRestrictionGroup.
Carrier for restriction group. It contains all the search restrictions for the group - that is, ArchiveRestrictionInfo - objects, including some info like rank and name

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionGroup_Description" /> Description

Description of group

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionGroup_Name" /> Name

The name of this criteria group

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionGroup_Rank" /> Rank

Rank order within this CriteriaModel

```csharp theme={null}
public virtual short Rank { get; set; }
```

#### Property Value

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

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

Array of ArchiveRestrictionInfo restriction specifications

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

#### Property Value

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

## See Also

[ArchiveAgent](SuperOffice.WebApi.Agents.ArchiveAgent.md)


## 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.Selection SetDynamicSelectionCriteriaGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_SetDynamicSelectionCriteriaGroupsRequest.md)
- [SuperOffice.WebApi.Data.TypicalSearch](/en/api/reference/webapi/SuperOffice.WebApi.Data.TypicalSearch.md)
- [SuperOffice.WebApi.Data.WorkflowTrigger](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTrigger.md)
- [SuperOffice.WebApi.Data.WorkflowFilter](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowFilter.md)
