Questions tagged [propertybag]
23 questions
1
vote
2 answers
SharePoint PropertyBag Settings 2010 access denied 0x80070005
I'm trying to get SharePoint PropertyBag Settings 2010 working in my Central Administration site, and it seems to be working, at least partly. However, there's a problem: when I click the web application dropdown and select a web application (on…

Ben Collins
- 20,538
- 18
- 127
- 187
1
vote
1 answer
Send propertybag over winsock?
I am having trouble sending a propertybag over winsock. I have a client/server application that sends images through using a propertybag. I convert the propertybag into a byte array and try to send it over winsock and then when I convert the byte…

user2313602
- 303
- 4
- 10
1
vote
1 answer
SharePoint 2013 - inherite/clone permissions for an aspx-site by list-settings
I'm facing the following problem:
I added a custom list setting, which is shown under the general settings of any list. The link in the general settings redirects to an aspx-Site where the admin can set some settings.
The normal users without the…

LayerAccess
- 73
- 8
0
votes
1 answer
Is it possible to set a property bag value via CSOM without having tenant permissions?
I'm trying to use my backend CSOM app with context of Site Collection Administrator service account to programmatically set a property bag value to store some settings for my frontend extension app.
I've tried doing it in 2…

Mariusz Ignatowicz
- 1,445
- 2
- 20
- 41
0
votes
1 answer
Best design to implement system with dynamic columns in .NET
I'm looking for best option that is available today with SQL Server Backend & C# has front end for storing data which has dynamic columns. Currently My Scenario is like
I have Object say "Item" which holds Pricing information for multiple currency…

user145610
- 2,949
- 4
- 43
- 75
0
votes
1 answer
SharePoint 2013 customize propertybag when creating site via REST/jQuery?
I can successfully create a sub-site from a custom template using the REST api and jQuery from MSDN example. But is there a way to set custom propertybag key values in the process?
For example, the site template has the custom propertybag keys of…

CGann
- 3
- 1
0
votes
2 answers
How to extract a propertybag or complex object send from VB6 through MSMQ in C#
I'm new to VB6 and also MSMQ. I went through a lot of tutorials online but seems like there is no solution for my question.
I managed to sending from C# to C# or VB6 to VB6 but not from VB6 to C# or vice versa. So I wonder is it a way to do that or…

Wayne
- 3
- 2
0
votes
2 answers
Migration of database in Rhomobile
How do you migrate the data from your database with Property bag model to the application you build in Rho-mobile.
To illustrate this let I have an application in which I have a model Products and three attributes Name,Brand and SDK. I have inserted…

Sivanand Kheti
- 2,209
- 1
- 17
- 29