get name of attached document?

1
0
-1

Hi,

i would like to get a name of document that has bee attached .
regards

1 answer

1
0
-1

Here you go:

providing you have the docID

Document d1 = apiAccessor.getProcessAPI().getDocument(docID);
String documentname = d1.getContentFileName();

regards
Seán

PS: If this reply answers your question, please mark as resolved.

Notifications