Tagged Questions
2
votes
1answer
53 views
Access SPList.RootFolder.Properties from Client
Is there a way to access the SPList.RootFolder.Properties key/value pair collection from a client, either via Lists.asmx or the new client object model?
I know I can create my own ISAPI endpoint and ...
2
votes
0answers
39 views
Why the Required property of field is changing to false?
I created site column with Required="true". Then I created site content type and added my column to it . Then I created list, selected "Allow management of content types?" to "Yes" and added my ...
2
votes
1answer
269 views
how to get Custom List Item Property
I added a new column to Sharepoint Custom list which is boolean type, now each time I upload a item to list, it displays that column to check or leave it blank, by default its checked, I wanna access ...
1
vote
1answer
373 views
How bind a custom ContentType with activity CreateTaskWithContentType ?
When I create a task with activity "CreateTaskWithContentType", I can't bind a custom ContentType with the list "Tasks".
For the moment I try to bind my CT with the correct path in properties ...
5
votes
2answers
515 views
How do I set a list to not be valid for search through the object model?
In WSS 3.0, there's an option under "Advanced Settings" for a List as follows:
Search
Specify whether this list should be visible in search results. Users who do not have permission to see ...
