ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetSolutionReviews Method

Get the solution reviews of specific solution

Namespace:  ServicePRO.Sdk.Windows.Managers
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public void GetSolutionReviews(
	int solutionId,
	int startRow,
	int endRow,
	string userSessionKey,
	Action<List<stcSolutionReview>, Exception> callbackAction
)
Public Sub GetSolutionReviews ( _
	solutionId As Integer, _
	startRow As Integer, _
	endRow As Integer, _
	userSessionKey As String, _
	callbackAction As Action(Of List(Of stcSolutionReview), Exception) _
)

Parameters

solutionId
Type: Int32
The solution identifier.
startRow
Type: Int32
The number of starting row.
endRow
Type: Int32
The number of ending row.
userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
callbackAction
Type: Action<(Of <(<'List<(Of <(<'stcSolutionReview>)>)>, Exception>)>)>
The callback action.