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
How do I create two folders automatically in my new module?
BSandUser4_(Delete)_567006
I want to be able to create two folders:one called images,the other called documents whenever my new module getsadded. Can anyone help?
Find more posts tagged with
Comments
Paul_Eddie_(PEddie_(Delete)_801545)
Please elaborate -- do you mean when the module gets installed or when your custom object in your module gets created?
Mike_Oliver_(ollie_(Delete)_137504)
if you are talking about Livelink folders then you do it in the configure.Execute script of the module. That request handler gets called only once during the Install Module routine. You simply make calls to the Folder LLNODE object to create the new Folders or if you mean file system folders then the calls would be to the File.Create