Manages user preferences.
createPreference(appName: string, key: string, newPreference: any): Observable<any>
Creates user preference.
string - Name of the target appstring - Key of the target preferenceany - Observable<any> - Observable of created user preferencesdeletePreference(appName: string, key: string): Observable<any>
Deletes user preference by given preference key.
string - Name of the target appstring - Key of the target preferenceObservable<any> - Observable of delete operation statusgetBasePath(appName: string): string
string - string - getPreferenceByKey(appName: string, key: string): Observable<any>
Gets user preference.
string - Name of the target appstring - Key of the target preferenceObservable<any> - Observable of user preferencegetPreferences(appName: string): Observable<any>
Gets user preferences
string - Name of the target appObservable<any> - List of user preferencesupdatePreference(appName: string, key: string, updatedPreference: any): Observable<any>
Updates user preference.
string - Name of the target appstring - Key of the target preferenceany - Details of updated preferenceObservable<any> - Observable of updated user preferences© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.