ServicePRO SDK Help

IObjectDesignerService..::..BeginSaveFolderBySRTypeId Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveFolderBySRTypeId(
	string userSessionKey,
	int[] iOUId,
	int id,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveFolderBySRTypeId ( _
	userSessionKey As String, _
	iOUId As Integer(), _
	id As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
iOUId
Type: array<Int32>[]()[][]
id
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object