Autodesk Vault ProfessionalVault API

AddExtSyncTasks Method

Autodesk.Connectivity.WebServicesIExternalSyncService

Syntax

ExtSyncTask[] AddExtSyncTasks(
   System.long[] entityIds,
   System.string entityClassId,
   System.string extSyncConfigId,
   System.string workflowType,
   System.string[] descriptions
)
Function AddExtSyncTasks( _
   ByVal entityIds() As System.Long, _
   ByVal entityClassId As System.String, _
   ByVal extSyncConfigId As System.String, _
   ByVal workflowType As System.String, _
   ByVal descriptions() As System.String _
) As ExtSyncTask()

Parameters

NameDescription
entityIds
entityClassId
extSyncConfigId
workflowType
descriptions

See Also