Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
CreateFolder instead of CreateObjectEx
Mahesh_Pinnamaneni
Hi,I want to know if there are implications to use CreateFolder (hidden) method to use instead of CreateObjectEx method (in Java LAPI).Thanks,Mahesh
Find more posts tagged with
Comments
Carsten_Kulms
Message from Carsten Kulms via eLinkYes, there are implications with using the "hidden" function"CreateFolder": E.g. you cannot provide possibly required attributes with the call.Or your client may encounter a server which does not implement thisfunction since it isn't part of the API.