Show / Hide Table of Contents

Class RestrictionGroupInfo

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

Carrier object for RestrictionGroupInfo. Services for the RestrictionGroupInfo Carrier is available from the IFindAgent.
Inheritance
Object
RestrictionGroupInfo
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class RestrictionGroupInfo : Carrier

Constructors

RestrictionGroupInfo()

Default constructor

Declaration
public RestrictionGroupInfo()
See Also
FindAgent
IFindAgent

Properties

Description

Description of group

Declaration
public virtual string Description { get; set; }
Property Value
Type Description
String
See Also
FindAgent
IFindAgent

Name

The name of this criteria group

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
String
See Also
FindAgent
IFindAgent

Rank

Rank order within this CriteriaModel

Declaration
public virtual short Rank { get; set; }
Property Value
Type Description
Int16
See Also
FindAgent
IFindAgent

Restrictions

Array of ArchiveRestrictionInfo restriction specifications

Declaration
public virtual ArchiveRestrictionInfo[] Restrictions { get; set; }
Property Value
Type Description
ArchiveRestrictionInfo[]
See Also
FindAgent
IFindAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

See Also
FindAgent
IFindAgent

ToString(String)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
String prefix

The line prefix (typically used for indenting)

Returns
Type Description
String

The carrier contents.

See Also
FindAgent
IFindAgent

See Also

FindAgent
IFindAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top