ServicePRO SDK Help

KnowledgeBaseServiceManager..::..IsAdministerOnSolutionFolder Method

Check to determines whether this user is an administer of this solution folder.

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

Syntax


public void IsAdministerOnSolutionFolder(
	int solutionId,
	int userId,
	string userSessionKey,
	Action<bool, clsEnumeration..::..hsException, Exception> callbackAction
)
Public Sub IsAdministerOnSolutionFolder ( _
	solutionId As Integer, _
	userId As Integer, _
	userSessionKey As String, _
	callbackAction As Action(Of Boolean, clsEnumeration..::..hsException, Exception) _
)

Parameters

solutionId
Type: Int32
The solution identifier.
userId
Type: Int32
The user identifier.
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 <(<'Boolean, clsEnumeration..::..hsException, Exception>)>)>
The callback action.