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

# <a id="SuperOffice_WebApi_Data_CriteriaInformation" /> Class CriteriaInformation

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

Carrier object for CriteriaInformation.
Carrier for criteria information. It contains all the search criteria - that is, ArchiveRestrictionInfo - objects, including a  column specification. In addition, it contains the same criteria expressed as an archive, with an array of ArchiveColumnInfo specifications and a set of ArchiveRow rows. The rows of the archive form a subset of the restriction array.

```csharp theme={null}
public class CriteriaInformation : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[CriteriaInformation](SuperOffice.WebApi.Data.CriteriaInformation.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_CriteriaInformation__ctor" /> CriteriaInformation()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_CriteriaInformation_CriteriaArchiveColumns" /> CriteriaArchiveColumns

Array of ColumnInfo column specifications

```csharp theme={null}
public virtual ArchiveColumnInfo[] CriteriaArchiveColumns { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CriteriaInformation_CriteriaArchiveRows" /> CriteriaArchiveRows

Array of archive list items, i.e., the service layer carrier for archive rows. These are the criteria, represented as archive rows.

```csharp theme={null}
public virtual ArchiveListItem[] CriteriaArchiveRows { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CriteriaInformation_RestrictionGroups" /> RestrictionGroups

Array of restrictiongroups, including the default first group of restrictions

```csharp theme={null}
public virtual ArchiveRestrictionGroup[] RestrictionGroups { get; set; }
```

#### Property Value

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

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

Array of ArchiveRestrictionInfo restriction specifications (for the first restrictiongroup if there are more than one group

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.IFindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IFindAgent.md)
- [SuperOffice.WebApi.Agents.FindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.FindAgent.md)
- [SuperOffice.WebApi.Data.Find GetCriteriaInformationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetCriteriaInformationRequest.md)
- [SuperOffice.WebApi.Data.Find GetCriteriaInformationWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetCriteriaInformationWithContextRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionsAndGetCriteriaInformationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionsAndGetCriteriaInformationRequest.md)
- [SuperOffice.WebApi.Data.Find GetSpecifiedCriteriaInformationWithDefaultsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetSpecifiedCriteriaInformationWithDefaultsRequest.md)
