Tagged Questions
0
votes
0answers
37 views
Sharepoint word metadata number type
I am having some trouble importing word custom document properties into columns within Sharepoint. The text fields work fine, but the number type fields are turning up blank. We are using word 2003. ...
2
votes
1answer
64 views
Get document properties.Keys value
I'm iterating all lists in a site collection trying to get all metadata, their values and eventually count them. I'm not so far yet, but I'm stuck in getting the values from a documents (file) ...
1
vote
1answer
81 views
List item Title goes blank after editing document in Word
I am creating new document in document library using this code:
private SPListItem CreateNewDocument()
{
SPContentType documentContentType;
byte[] bytes;
string templatePath;
...
3
votes
1answer
803 views
Users unable to edit document properties
I have a document library on SP 2010 in which all users, including myself as the admin/owner, are unable to update properties of certain documents.
Documents were moved to this folder from another ...
0
votes
0answers
244 views
Some users unable to edit document properties
As of last week, a small handful of users are unable to upload or edit properties of documents.
The users get the dropdown to the right of the document (If it is already uploaded), or uploaded via ...
0
votes
0answers
142 views
Access Denied on view properties
I have a problem with a document library, I can edit the documents properties without any problem but when I select the option "view properties" I get an access denied message, the user has full ...