SuggestionManager members

Creates and retrieves a user's colleague and keyword suggestions.

The SuggestionManager type exposes the following members.

Methods

  Name Description
Public method Add(SuggestionType, String, Double) Adds a suggestion for the user with the specified type, string, and weight.
Public method Add(SuggestionType, String, Double, SuggestionStatus) Adds a suggestion for the user with the specified type, string, weight, and status.
Public method AddMultiple Adds multiple suggestions for the user with a single specified type and with the specified string and weights.
Public method DeleteAllSuggested Deletes all suggestions by type. Does not delete rejections, since those should be preserved in case we try to suggest them again.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSuggestions Retrieves the user's suggestions with the specified type and status.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SuggestionManager class

Microsoft.Office.Server.UserProfiles namespace