Talk:Repository Class/Notes

From ReliaWiki
Jump to navigation Jump to search

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.