How do i check on Android if GeodatabaseFeatureTable supports Attchaments?
Solved! Go to Solution.
I've found why it awalys returns 'false'. I do not set GenerateGeodatanaseParameters.setReturnAttachments() to true. When I change it to true, it works fine.
Thanks!!
From the API reference:
public boolean GeodatabaseFeatureTable.hasAttachments()
Returns true if the table supports attachments.
GeodatabaseFeatureTable | ArcGIS Android 10.2.8 API
I hope this helps!
I saw it. But it's always return false... even when GeodatabaseFeatureTable supports attachments
Which version are you working with?
I can test in-house to see if I can reproduce.
10.2.8-1
I've found why it awalys returns 'false'. I do not set GenerateGeodatanaseParameters.setReturnAttachments() to true. When I change it to true, it works fine.
Thanks!!