Page 1 of 1
Document.Import with a document description
Posted: Thu Jun 06, 2019 3:26 pm
by Justin Shafer
I think in order to use DropBox, you have to use the Document.Import method, except that method doesn't seem to allow setting a Document Description before the import. Just an FYI.
Re: Document.Import with a document description
Posted: Thu Jun 06, 2019 4:42 pm
by jsalmon
There is no such thing as a Document.Import method. Are you referring to ImageStore.Import()? That method returns a Document object which is the object that should have the Description field set after Import is invoked.
I don't fully understand your FYI, are you trying to say that the "Item Info" window isn't showing after importing a document from DropBox?
Re: Document.Import with a document description
Posted: Thu Jun 06, 2019 5:58 pm
by Justin Shafer
Oh yeah.. ImageStore.Import.. Thanks mate! Set the description after import.. I will try that. Hmmm