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:

  1. create document libraries e.g. foo, bar , baz required data (columns). data should passed via web service without manual work user.

  2. 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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -