How to create custom Document Libraries and Folders with SharePoint API -
i've got external application performs web service calls sharepoint api. need create 2 functionalities:
create document libraries e.g. foo, bar , baz required data (columns). data should passed via web service without manual work user.
create folders inside said document libraries foo , bar required columns automatically populated. order of columns should set in web service call.
i've got working solution generates document library foo , bar not baz. how can add additional custom column baz , populate value via web service call. , same question folder structure. cannot find reasonable solution create dynamically custom columns , place data in them.
thanks in advance.
one way create new doc library foo, bar , baz, copy content, rename old 1 "obsolete" , rename new 1 original name.
Comments
Post a Comment