Profiles Members

These members are Collection of Profiles.

Functions

Name Description
Add Add a new Profile into the collection and return a new object; type of object (StandardProfle, ExternalProfile) returns depends on type of Profile being created. Return value: Object.
AddEx Add a new Profile into the collection, and return a new Profile object (with audit log explanation). Return value: Object.
CreateExternalProfileOffStandardProfile Return value: ExternalProfile.
Refresh
Remove Removes (deletes) the specified Profile from the collection; Profile can either be 1-based index or Profile name.
RemoveEx Removes (deletes) the specified Profile from the collection; Item can either be 1-based index or Profile name (with audit log explanation).

Properties

Name Description
Count Returns the number of Profiles in the collection. Return value: Integer. This property is read only.
Item Returns the specified Profile from the collection; Index can either be 1-based index or Profile name. Return value: Object. This property is read only.
ItemByID Returns the specified Profile when passed the Profile ID. Return value: Object. This property is read only.