Person information such as fullName, firstName, and personNumber of those who have a ContactId, equal to 2.
CS
ArchiveAgent method requires an array of ArchiveRestrictionInfo we would have to create an array of the specific type as above and we may include as many restrictions to the array as we want.
For example, if we want to retrieve a list of persons whose ContactId is equal to 2 and whose fullName begins with “U” the above statement can be modified: