1
vote
0answers
9 views

Set Created By field for Folder in Document Library

I need to migrate documents from xml to Document Library. We can use Files.Add method to create documents with created by and modified by fields. How can we update / create Folders in Document Library ...
2
votes
2answers
19 views

Can you add metadata to a folder in a document library?

I am making a visual webpart for SharePoint 2010 that displays files and folders from a document library, and I want to keep ordering to folders. I want to be able to sort folders so I need a way to ...
0
votes
0answers
75 views

Create document library word file and init metadata fields from list item properties

I have got custom content type <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <!-- Parent ContentType: Contract (PkbInfo.SP\Contract) ...
0
votes
0answers
24 views

Creating Document Libraries Using WebDav Interface

I am currently developing an app that uses the WebDav HTTP protocol to communicate and handle interactions with a Sharepoint site. While I can use a MKCOL request to create directories within a ...
0
votes
0answers
39 views

How to View/Change the Metadata of the Document in DocumentLibrary?

How can I view/change the Metadata of any Document in the Document Library ? I have created 1 CustomAction button in my DocumentLibrary. Now I want to open DialogBox from which I can Change the ...
1
vote
1answer
137 views

Overriding the Default Upload.apx form for a Document Library

I am a total newbie to SharePoint but I have been given the task of driving the roll out/Proof of Concept that SharePoint 2010 is capable of providing what our company wants. One of the main ...
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; ...
1
vote
1answer
282 views

Uploading multiple files with metadata in SharePoint 2013

Is it possible to upload multiple files with metadata in the document library in SharePoint 2013?
1
vote
1answer
126 views

Metadata missing from latest document version

We have an issue with a document library whereby documents are losing their metadata, i.e. in View Properties, the metadata fields are empty. However if you click on version history, all of the ...
0
votes
2answers
483 views

View document library metadata in Outlook

I've connected my document library to Outlook and I was wondering if there's any way to view the document's metadata? At the moment the documents only have a Modified By name, document title and date. ...
1
vote
1answer
360 views

SharePoint 2010 Ampersand in Search Query String

Our XSL is set up so that when search results come up a user can click on an icon to go to that exact document in our library. The problem is when a document has an ampersand (&) in the metadata ...