Tagged Questions
3
votes
4answers
112 views
SharePoint List / Library property bag
I'm working with sharepoint 2007 and i have a question, does a sharepoint library / list has something like property bag, where i could store some properties for the list? Like a SPWeb object.
Or ...
2
votes
2answers
56 views
Not pulling document properties when moving a Document Library
I'm attempting to move a very large Document Library from SP2007 to SP2010 but I cannot get the Properties of the Documents to move with the files. The library is too large to export as a Template ...
1
vote
1answer
79 views
Multiple files upload to document library simultaneously & Custom property
I have a custom SharePoint 2007 document library which has a custom boolean column "Is it Important".
It works perfectly for all documents if I upload documents one by one regardless of if its a word ...
1
vote
3answers
226 views
How to check if a item in a custom list have a property or not
I added a check Check Box to a custom list library form which works well with new files uploaded and I can check the property Value by
bool.Parse(listItem.Properties["columnName"].ToString());
but ...
2
votes
1answer
283 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 ...
0
votes
1answer
88 views
How do I set a property of the feature control loaded within a delegate control?
I'm currently have a delegate control as such;
<SharePoint:DelegateControl runat="server" ControlId="MainNavigation" AllowMultipleControls="true">
I also have a feature which has a element ...
2
votes
1answer
58 views
How can I view the creation date (and creator) of a child site (not an admin person)
Is there any way an end user (with contribute or full access) can view the properties of A CHILD SITE...as in when it was created and by whom?
