ServicePRO SDK Help

IManageObjectsService..::..BeginSaveObjectAttachment Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveObjectAttachment(
	string sessionKey,
	ObservableCollection<stcAttachmentFolder> documentFolders,
	ObservableCollection<stcAttachment> documents,
	string documentFolderName,
	int documentObjectId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveObjectAttachment ( _
	sessionKey As String, _
	documentFolders As ObservableCollection(Of stcAttachmentFolder), _
	documents As ObservableCollection(Of stcAttachment), _
	documentFolderName As String, _
	documentObjectId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
documentFolders
Type: ObservableCollection<(Of <(<'stcAttachmentFolder>)>)>
documents
Type: ObservableCollection<(Of <(<'stcAttachment>)>)>
documentFolderName
Type: String
documentObjectId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object