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.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class RestrictionGroupInfo : Carrier
Constructors
RestrictionGroupInfo()
Default constructor
Declaration
public RestrictionGroupInfo()
See Also
Properties
Description
Description of group
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Name
The name of this criteria group
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Rank
Rank order within this CriteriaModel
Declaration
public virtual short Rank { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
See Also
Restrictions
Array of ArchiveRestrictionInfo restriction specifications
Declaration
public virtual ArchiveRestrictionInfo[] Restrictions { get; set; }
Property Value
Type | Description |
---|---|
ArchiveRestrictionInfo[] |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |