SuggestionManager.Add Method
Include Protected Members
Include Inherited Members
Adds a suggestion for the user.
Overload List
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. |
Top