다음을 통해 공유


SuggestionManager.GetSuggestions Method

Retrieves the user's suggestions with the specified type and status.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetSuggestions ( _
    type As SuggestionType, _
    status As SuggestionStatus _
) As Suggestion()
'Usage
Dim instance As SuggestionManager
Dim type As SuggestionType
Dim status As SuggestionStatus
Dim returnValue As Suggestion()

returnValue = instance.GetSuggestions(type, _
    status)
public Suggestion[] GetSuggestions(
    SuggestionType type,
    SuggestionStatus status
)

Parameters

Return Value

Type: []

See Also

Reference

SuggestionManager Class

SuggestionManager Members

Microsoft.Office.Server.UserProfiles Namespace