Questions tagged [document-library]

170 questions
1
vote
4 answers

SharePoint Document Library Customization for document view

I have a document library in MOSS 2007 which has folders and files. Document View in the document library has the following columns: document name, type, Created datetime, created by,modified datetime. How to configure the view so that it doesn't…
BlueGene
  • 1,071
  • 1
  • 20
  • 30
1
vote
1 answer

Automatically add tag to uploaded document in sharepoint

My environment is sharepoint 2010 and vs 2010. I already have an OOTB document library that I am using and I wanted to know how I can add a tag or keyword to a METADATA column. I am using the same document library in all subsites and so would like…
Perplexed
  • 877
  • 2
  • 19
  • 32
0
votes
2 answers

GetURLSegments return false on List (document library) URL

GetURLSegments method of the SharePoint SiteData web service return false when passed the address of a document library. GetURLSegments return the following for the relative URL's: FALSE - http://sharepoint.testurl.com/site/subsite/doclibrary TRUE -…
JD Stuart
  • 547
  • 1
  • 3
  • 13
0
votes
1 answer

View count of file in document library

I'm trying to use a Web content Display to show how many times a file in document library has been viewed Thanks in advance.
0
votes
1 answer

Sharepoint User Favorite Documents

Our Sharepoint site functions as a sort of document library, with users able to browse but not edit any document added. What would be really useful is if users were able to individually mark as a document as their "favorite" and then have a list…
Stefan Mai
  • 23,367
  • 6
  • 55
  • 61
0
votes
1 answer

Sharepoint2010: Copy items between 2 document librarys in different site collections

Situation: One WebApplication, two site collections. Both site collections have the same "type" and data structure. Both collections use a document library with the same structure. Problem/Question: I have to implement the ability to copy one…
LMW-HH
  • 1,193
  • 2
  • 15
  • 31
0
votes
2 answers

How to programmatically move (archive) a document from document library of a site collection to another site collection

I have to programmatically move (archive) a document from document library of a site collection to a document library of another site collection in SharePoint 2010, when a specific value is set for a column in the doc lib. Would it be possible to…
0
votes
1 answer

Sharepoint document library folders

I've got a problem "browsing" folders in my Sharepoint 2010 document library. In my opinion there are two ways of accessing folders, but I can't see the difference. 1) http://hostname/doclib/fodler/subfolder/secondsubfolder and 2)…
0
votes
0 answers

How to print bulk document from sharepoint site

How can we print bulk documents from sharepoint site through browser. We have to print the documents through browser means at client side not at server side. The printer is not in the server network. User will select multiple projects (that carries…
0
votes
1 answer

Update Files in Sharepoint Document Library

Simply put, I have a custom editForm.aspx in a document library, that uses my own custom dll. When a user edits a record, I can update all the properties associated with the file, however, when you update the actual document(ie replace it) and then…
Paul Lawrence
  • 197
  • 3
  • 14
0
votes
0 answers

How to modify the Information Rights Management of a document library on SharePoint online modern site using REST API. (cannot use CSOM)

I need to modify/enable the Information Rights Management of a document library on Sharepoint online modern site. I need to use REST API for this. I can get the data using "_api/web/defaultDocumentLibrary/InformationRightsManagementSettings", but I…
0
votes
1 answer

Thumbnail View on Sharepoint 2016 Document Library

is it possible to change view from list to thumbnail on document library sharepoint 2016? I've searched for documentation on google, youtube, microsoft still can't find the answer, please help. Currently the display of the user is still a list
0
votes
0 answers

Gravity forms: uploading files to document library pro under selected category

I am using Barn2 document library pro and I want to use gravity forms to allow users to submit documents (basically doc,xls and pdf) 1- a dropdown or checkbox forms to select the document category, subcategory, tag and whatever taxonomy which shall…
0
votes
2 answers

SharePoint: How to set permission on the folder so that a member can see their documents only in the folder?

Here is my requirement: I want to create a folder called "My Documents". This folder will share with multiple members, they have access to add, edit and view documents. But the condition is that they can see their documents themselves and the…
0
votes
1 answer

Display Document Library from Hub Site

Other than using the "embed" webpart, is there a way to display a document library from a Hub site on an associated site? Or a way to change the look of the embedded library so that the header commands are not visible or the view defaults to its own…