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

# <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo" /> Class ArchiveRestrictionInfo

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

Carrier object for ArchiveRestrictionInfo.
This class carries information about a restriction on the query of an archive provider

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_ColumnInfo" /> ColumnInfo

Optional complete ArchiveColumnInfo for this restriction; in that case, ColumnInfo.Name == this.Name will always be true

```csharp theme={null}
public virtual ArchiveColumnInfo ColumnInfo { get; set; }
```

#### Property Value

[ArchiveColumnInfo](SuperOffice.WebApi.Data.ArchiveColumnInfo.md)

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_DisplayValues" /> DisplayValues

Display representation of value(s) - list ID's are decoded to display texts, other values are represented in a format suitable for decoding and display through the CultureDataFormatter.

```csharp theme={null}
public virtual string[] DisplayValues { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_InterOperator" /> InterOperator

Get or set the inter-restriction operator that describes how this restriction is related to the next one in an array. Default for new ArchiveRestrictionInfo objects is And
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public InterRestrictionOperator? InterOperator { get; set; }
```

#### Property Value

[InterRestrictionOperator](SuperOffice.WebApi.Data.InterRestrictionOperator.md)?

#### See Also

[ArchiveRestrictionInfo](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md).[InterOperator\_String](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md#SuperOffice_WebApi_Data_ArchiveRestrictionInfo_InterOperator_String)

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_InterOperator_String" /> InterOperator\_String

Get or set the inter-restriction operator that describes how this restriction is related to the next one in an array. Default for new ArchiveRestrictionInfo objects is And
Raw string enum value.

```csharp theme={null}
[JsonProperty("InterOperator")]
public string InterOperator_String { get; set; }
```

#### Property Value

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

#### See Also

[ArchiveRestrictionInfo](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md).[InterOperator](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md#SuperOffice_WebApi_Data_ArchiveRestrictionInfo_InterOperator)

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_InterParenthesis" /> InterParenthesis

Get or set the parenthesis (if any) associated with this restriction. Positive values indicate a number of opening parentheses (deepening nesting level), while negative numbers indicate closing parentheses. Zero means no change in nesting level (no parentheses).

```csharp theme={null}
public virtual int InterParenthesis { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_IsActive" /> IsActive

Is this restriction active?  Inactive restrictions will not influence the generated query

```csharp theme={null}
public virtual bool IsActive { get; set; }
```

#### Property Value

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

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

The programmatic column name, including any required prefixes

```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_ArchiveRestrictionInfo_Operator" /> Operator

The operator, such as =, etc

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_SubRestrictions" /> SubRestrictions

Optional collection of sub criteria, usually null but set for Saint counter fields

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_UniqueHash" /> UniqueHash

```csharp theme={null}
public virtual int UniqueHash { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveRestrictionInfo_Values" /> Values

Value(s) to test against

```csharp theme={null}
public virtual string[] Values { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.ArchiveRestrictionGroup](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveRestrictionGroup.md)
- [SuperOffice.WebApi.Data.Archive ExportArchiveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_ExportArchiveRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListWithContextRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsAndGetCriteriaInformationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsAndGetCriteriaInformationRequest.md)
