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 Find Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class RestrictionGroupInfo : Carrier
Constructors
RestrictionGroupInfo()
Default constructor
Declaration
public RestrictionGroupInfo()
See Also
Properties
Description
Description of group
Declaration
[DataMember]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Name
The name of this criteria group
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Rank
Rank order within this CriteriaModel
Declaration
[DataMember]
public virtual short Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
See Also
Restrictions
Array of ArchiveRestrictionInfo restriction specifications
Declaration
[DataMember]
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. |