Autodesk Vault ProfessionalVault API

UploadExternalFile Method

Autodesk.Connectivity.WebServicesFilestoreService

Internal use only.

Syntax

public System.byte[] UploadExternalFile(
   System.string externalUploaderName,
   NameValuePair[] properties
)
Public Function UploadExternalFile( _
   ByVal externalUploaderName As System.String, _
   ByVal properties() As NameValuePair _
) As System.Byte()

Parameters

NameDescription
externalUploaderNameInternal use only.
propertiesInternal use only.

Return Value

Internal use only.

See Also