Talk:Repository Class/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Blanked the page) |
Kate Racaza (talk | contribs) No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=DRAFT V11= | |||
===<span style="color:#585858">Profiles</span>=== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 240px;"|[[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}} | |||
|} |
Latest revision as of 18:08, 3 October 2016
DRAFT V11
Profiles
Name | Description |
---|---|
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. |