ServicePRO SDK Help

IManageObjectsService..::..BeginSaveCategoryFromNewCategory Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveCategoryFromNewCategory(
	string SessionKey,
	stcProblemType sProblemType,
	int pgMode,
	string sPath,
	int ParentCategoryId,
	int FolderId,
	stcUserFieldsTableValue[] theUDFValues,
	ObservableCollection<stcAttachment> attach,
	ObservableCollection<stcAttachmentFolder> attachFold,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveCategoryFromNewCategory ( _
	SessionKey As String, _
	sProblemType As stcProblemType, _
	pgMode As Integer, _
	sPath As String, _
	ParentCategoryId As Integer, _
	FolderId As Integer, _
	theUDFValues As stcUserFieldsTableValue(), _
	attach As ObservableCollection(Of stcAttachment), _
	attachFold As ObservableCollection(Of stcAttachmentFolder), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
sProblemType
Type: HelpSTAR.PCL.Common..::..stcProblemType
pgMode
Type: Int32
sPath
Type: String
ParentCategoryId
Type: Int32
FolderId
Type: Int32
theUDFValues
Type: array<stcUserFieldsTableValue>[]()[][]
attach
Type: ObservableCollection<(Of <(<'stcAttachment>)>)>
attachFold
Type: ObservableCollection<(Of <(<'stcAttachmentFolder>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object