StoreURLToFileDocument - how to use parameter file document?

1
I want to use the community common StoreURLToFileDocument action with the document parameter which is based on type system.Filedocument. What type of value can system.Filedocument contain? Maybe someone can point me to more detailed documentation with examples? The other 2 parameters seem to be trivial and accept my data-entry
asked
1 answers
2

Any entity that has generalization system.Filedocument will do. Be sure to call 'Create Object' before calling the StoreURLToFileDocument.

answered