Skip to main content
Carrier for restriction group. Contains all the search restrictions for the group - that is, ArchiveRestrictionInfo - objects, including info such as rank and name.

Constructors

NSArchiveRestrictionGroup()

Initializes a new instance of the NSArchiveRestrictionGroup class.

Methods

GetDescription()

Returns: CRMScript.Global.String - Description of group. Example:

GetName()

Returns: CRMScript.Global.String - The name of this criteria group. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank order within this CriteriaModel. Example:

GetRestrictions()

Returns: CRMScript.NetServer.NSArchiveRestrictionInfo[] - Array of NSArchiveRestrictionInfo restriction specifications. Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetRestrictions(NSArchiveRestrictionInfo[])

Returns: CRMScript.Global.Void Example: