UploadExternalFile Method
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
| Name | Description |
|---|---|
| externalUploaderName | Internal use only. |
| properties | Internal use only. |
Return Value
Internal use only.