Questions tagged [document-library]

170 questions
0
votes
1 answer

Sharepoint 2007 - Adding a column to the "All Documents' view so it appears in all document libraries

I was wondering if it was possible to modify the default document library view "All Documents " to include the "Checked Out To" column. I need this change to apply to any existing document libraries as well as any created in the future. Thanks in…
kimsagro
  • 15,513
  • 17
  • 54
  • 69
0
votes
0 answers

Liferay - Deleting folders in Document Library does not delete filesystem files

We have an issue with Liferay: when we delete a folder from the Document Library, with some documents inside, the corresponding disk files are not deleted. They are still in place even when the folder is removed from the Liferay Trash Can, and their…
dipanda
  • 760
  • 1
  • 11
  • 24
0
votes
1 answer

Configuring the OpenSocial Gadget with a DLFileEntry

I'm trying to configure the OpenSocial Gadget Container with an xml file within the Document Library. My code actually is: public String getDLFilePath(long entryId){ DLFileEntry dlEntry = DLFileEntryLocalServiceUtil.getDLFileEntry(entryId); …
0
votes
0 answers

Download issue of document library in liferay 6.2 for Chrome while using windows 8 and office 2013

While downloading from document library in liferay 6.2 ,I am getting some issues in chrome like all the files are saved without extension at the time of downloading. This issues happens for the combination of windows 8 + office 2013 and windows…
lucifer
  • 2,297
  • 18
  • 58
  • 100
0
votes
1 answer

How to: Redirect after document adding to a sharepoint document library

i need to redirect the current user to a custom url after successfully uploading a document. the user clicks "+ new document" in the document library the user selects a local document the document gets uploaded and in that moment after it is…
STORM
  • 4,005
  • 11
  • 49
  • 98
0
votes
1 answer

Retrieve content type columns values in C#

I have a document library content type with multiple columns in Sharepoint2010. I would like to retrieve the values in the column by using the following code but fails. objCurrentWeb = SPContext.Current.Web; objList =…
fb69
  • 81
  • 3
  • 10
0
votes
1 answer

Does knowledgelake store documents locally before sending to Sharepoint document library

I am using KnowledgeLake to scan and store documents in a SharePoint document library. So what happened is the connection between KnowledgeLake and SharePoint got disconnected so it was unable to save a lot of documents to library. Is there any way…
Frank Martin
  • 3,147
  • 16
  • 52
  • 73
0
votes
1 answer

How to Create a Folder in the Current Document Library if it's not already present?

I modified the code. I can now upload to current document library (not more hardcoding the document library or the acutal url). All i need to do now is to make sure folder exists or not. create folder if it does not exists in the current document…
0
votes
1 answer

Windows Sharepoint Services - FullTextSqlQuery Document library Unable to find items created by SYSTEM ACCOUNT

We have created an ASP.NET web app that upload files to WSS Doc Libary. The files get added under 'SYSTEM ACCOUNT' in the library. The FullTextSqlQuery class is used to search the document libary items. But it only searches files that has been…
Ashok
  • 145
  • 2
  • 19
0
votes
2 answers

Add a folder to current document library

How do I add a folder to current document library (well if the folder does not exists in the current document library)? (Current being where ever the end user is) (I am going to add this code to itemAdded event handler)
0
votes
2 answers

Problem - SharePoint Workflow runs as previous version when an email is received

I have modified a SharePoint visual studio workflow which works as per requirement on the dev machine. I have to deploy it to an email enabled document library on sharepoint server and it is set to be started automatically when a new item is added…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
2 answers

Which windows account is used to upload files to SharePoint document library?

I am using the following code WindowsIdentity wIdb4 = WindowsIdentity.GetCurrent(); string name = wIdb4.Name; in a workflow to show which user account is being used to upload a document. When i write the above mentioned string in a workflow…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
1 answer

PowerShell script to update ContentType of existing records in Document Library

we are using Document Library in SharePoint 2010 environment. there are about 200 document present in the document library which have been identified (based on location - England and employee type - FT) and now i have to change the content type of…
0
votes
2 answers

Document Security System - Am I Reinventing the Wheel?

I'm designing a document security system. Ultimately, the document breaks down into sections, and then into content elements. Then there's an security id, a GUID presumably, which is associated with the content element. When a user requests the…
Chris B. Behrens
  • 6,255
  • 8
  • 45
  • 71
0
votes
1 answer

SharePoint - document libraries, lists, views and number of elements

I have a lot of documents I want to store in a document library in SharePoint 2010. We're talking about 50k+ documents. I've worked with document libraries many times, but not of this size and I find myself getting confused about some definitions…