Talk:New Members and Constants/Notes
Jump to navigation
Jump to search
DRAFT
New in 11.0
Repository Class
New Methods
- Profile.AddProfile - Adds a new profile resource to the current project. Returns a Boolean value; when true, indicates a successful save.
- Profile.GetProfile - Returns a cProfile object that represents a given profile resource in the current project. Returns nothing if the profile does not exist or is not in the current project.
- Profile.GetAllProfiles - Returns an array of cProfile objects that represent the profile resources in the current project.
- Profile.UpdateProfile - Updates the properties of a given profile resource in the current project. Returns a Boolean value; when true, indicates a successful update.