SuggestionManager Members
Include Protected Members
Include Inherited Members
Creates and retrieves a user's colleague and keyword suggestions.
The SuggestionManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(SuggestionType, String, Double) | Adds a suggestion for the user with the specified type, string, and weight. | |
Add(SuggestionType, String, Double, SuggestionStatus) | Adds a suggestion for the user with the specified type, string, weight, and status. | |
AddMultiple | Adds multiple suggestions for the user with a single specified type and with the specified string and weights. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSuggestions | Retrieves the user's suggestions with the specified type and status. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top