Skip to Content
0
Former Member
Apr 20, 2009 at 08:49 PM

Inheriting parent folder's layout settings with KM Java API

117 Views

Hello,

My requirement is to make sure that a child folder gets the same layout settings of a parent folder, at creation time. So I am writing a Repository Service that would listen for events and set the child folder's layout programatically.

Problem is, I am not sure how to access the parent's Layout information from the ILayoutService or other objects to pass it on to the child folder. I have searched the SDN posts and I am not able to get a working solution. The SAP Help documents do not have good descriptions of the various methods

Anyone has done this before? Any code examples?

Thanks in advance - SK