Autodesk Vault ProfessionalVault API

AddExtSyncTask Method

Autodesk.Connectivity.WebServicesExternalSyncServiceBase

Syntax

public virtual ExtSyncTask AddExtSyncTask(
   System.long entityId,
   System.string entityClassId,
   System.string extSyncConfigId,
   System.string workflowType,
   System.string desc,
   NameValuePair[] taskParamArray
)
Public Overridable Function AddExtSyncTask( _
   ByVal entityId As System.Long, _
   ByVal entityClassId As System.String, _
   ByVal extSyncConfigId As System.String, _
   ByVal workflowType As System.String, _
   ByVal desc As System.String, _
   ByVal taskParamArray() As NameValuePair _
) As ExtSyncTask

Parameters

NameDescription
entityId
entityClassId
extSyncConfigId
workflowType
desc
taskParamArray

See Also