Apps Posts

  • Andreas Finne (gravatar)

    One of our SharePoint applications uses the property bag for storing information. During development and testing, we needed some easy way to set and change the information in the property bag. That is why this tool was created.

    It is a simple console application that should be run on the SharePoint server as a user with adequate rights. It is invoked as follows:

    PropertyBagAdmin <url> <property> <value>

    Where <url> is the URL of the site, <property> is the name of the property in the property bag, <value> is the value to set the property to.

    Note! If the property does not exist, it is created.

    Use this tool at your own risk. Don’t use it if you are not sure what the property bag is or why you would like to set values in it. We have used it a lot ourselves, and have not run into problems with it. In short: don’t blame us if you break your SharePoint server using this tool.

    Download PropertyBagAdmin.zip