ServicePRO SDK Help

ManageObjectsServiceClient..::..EndCategoryMoveToFromProblemType Method

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

Syntax


public bool EndCategoryMoveToFromProblemType(
	out string errMessage,
	out bool requireUserAnswer,
	out int copyDestId,
	out int copyCurrId,
	out bool copyIsFolder,
	out stcCategory newCategory,
	IAsyncResult result
)
Public Function EndCategoryMoveToFromProblemType ( _
	<OutAttribute> ByRef errMessage As String, _
	<OutAttribute> ByRef requireUserAnswer As Boolean, _
	<OutAttribute> ByRef copyDestId As Integer, _
	<OutAttribute> ByRef copyCurrId As Integer, _
	<OutAttribute> ByRef copyIsFolder As Boolean, _
	<OutAttribute> ByRef newCategory As stcCategory, _
	result As IAsyncResult _
) As Boolean

Parameters

errMessage
Type: String%
requireUserAnswer
Type: Boolean%
copyDestId
Type: Int32%
copyCurrId
Type: Int32%
copyIsFolder
Type: Boolean%
newCategory
Type: HelpSTAR.PCL.Common..::..stcCategory%
result
Type: IAsyncResult