ServicePRO SDK Help

ManageObjectsServicesManager..::..ReactivateCategoryThatIsCurrentlyDeactivated Method

Reactivates the category that is currently deactivated.

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

Syntax


public void ReactivateCategoryThatIsCurrentlyDeactivated(
	string sessionKey,
	int destId,
	int currId,
	bool isFolder,
	Action<string, bool, Exception> callbackAction
)
Public Sub ReactivateCategoryThatIsCurrentlyDeactivated ( _
	sessionKey As String, _
	destId As Integer, _
	currId As Integer, _
	isFolder As Boolean, _
	callbackAction As Action(Of String, Boolean, Exception) _
)

Parameters

sessionKey
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.
destId
Type: Int32
The destination identifier.
currId
Type: Int32
The source identifier.
isFolder
Type: Boolean
set to true if current category is folder.
callbackAction
Type: Action<(Of <(<'String, Boolean, Exception>)>)>
The callback action.