Skip to main content

Class ArchiveRestrictionGroup

Namespace: SuperOffice.WebApi.Data
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

Inheritance

object ← ArchiveRestrictionGroup

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ArchiveRestrictionGroup()

Default constructor - defaults any enum props to 0.

Properties

Description

Description of group

Property Value

string

Name

The name of this criteria group

Property Value

string

Rank

Rank order within this CriteriaModel

Property Value

short

Restrictions

Array of ArchiveRestrictionInfo restriction specifications

Property Value

ArchiveRestrictionInfo[]

See Also

ArchiveAgent