<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Servizi Core > Jamio Document > AddDocumentComponent |
Service
Method
AddDocumentComponent
Description
Adds a new DocumentComponent to a Document.
Input |
|||
Name |
Description |
Type |
Optional |
serverAddress |
Server address for an external Domain (Null or Empty for the current Domain). |
String |
Y |
token |
The session token (for the current session in the current Domain may be null or empty). |
String |
Y |
ownerReference |
Reference of the owner document. |
Reference |
|
component |
An initialized DocumentComponent. |
Object of type Document Component or custom type of Document Component |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The DocumentComponent reference. |
Reference |
|