Talk:New Members and Constants/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (published changes for 10.1.4) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=DRAFT= | =DRAFT= | ||
==New in 11.0== | |||
===Repository Class=== | |||
'''New Methods''' | |||
**[[Repository.Profile.AddProfile|Profile.AddProfile]] - {{:Repository.Profile.AddProfile}} | |||
**[[Repository.Profile.GetProfile|Profile.GetProfile]] - {{:Repository.Profile.GetProfile}} | |||
**[[Repository.Profile.GetAllProfiles|Profile.GetAllProfiles]] - {{:Repository.Profile.GetAllProfiles}} | |||
**[[Repository.Profile.UpdateProfile|Profile.UpdateProfile]] - {{:Repository.Profile.UpdateProfile}} |
Revision as of 18:00, 6 October 2016
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.