hi everybody,
my iviews task should be the following:
it should create a new folder in an already existing repository at runtime.
i've already explored the km api but couldn't find the right resource (interface/class) for this task.
may somebody help me in this?
thanks a lot in advance!
dirk
Obtain an ICollection object for the parent collection, then use collection.createCollection(...).
See: http://devnetmedia.sap.com/html/submitted_docs/knowledgemanagement/com/sapportals/wcm/repository/ICollection.html#createCollection(java.lang.String, com.sapportals.wcm.repository.IPropertyMap)
Add a comment