The UploadDocument action creates a new document with the specified file and the specified properties.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
Category |
Specifies the ID of the category in which the document is created. |
|
TEXT |
File |
Specifies the content of the file. |
|
TEXT |
Filename |
Specifies the name of the file. |
|
KEYVALUELIST |
Properties |
Specifies the list of all properties to be set and their values.
|
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the ID of the new document. |