The library tag has no wiki summary.
0
votes
1answer
22 views
PowerShell: Upload documents to folder in document library
I'm using SharePoint Foundation 2010.
I have to make a PowerShell script that copies a structure found on a network share. Its all good except for one thing... I know how to make Document Library's ...
0
votes
0answers
24 views
Ribbon-Bar isn´t showing
If I open a SharePoint-2010 list or library the ribbon shows "List" or "Library".
If I click on "List" / "Library", the ribbon does not show up. Only the header is visible.
Any idea on how to fix ...
0
votes
1answer
16 views
Having two images in the one site content type
Working on Sharepoint Online (2010 still not upgraded to 2013).
I have created site content types with One image in them but need to be able to create a Site Content Type with the following columns:
...
0
votes
1answer
17 views
SharePoint 2010 Foundation
A new sharepoint foundation site has been established for just under a year. It contains many document libraries for several departments. Only the last three versions of a document are tracked.
...
2
votes
1answer
62 views
Customize Form (new wiki page)
Firstly, I would like to create a section for news in SharePoint, for this I use a wiki library, so far, it's good. Everything works fine, but I'd like to change is some point for my needs.
when a ...
0
votes
1answer
17 views
Show Full Directory Path in Sharepoint 2010 Foundations
We recently migrated all of our SP sites from WSS 3.0 over to 2010 Foundations
One of our users is requesting the ability to see the full directory within the site that she is on it was that was in ...
0
votes
0answers
49 views
'Email a Link' uses the renamed URL which fails
I have a SharePoint server which was originally named http://sharepoint2.xyz.com. I setup an AAM so that our users use http://sharepoint.xyz.com. And then later SSL was added so all users go to ...
0
votes
2answers
42 views
How can I archive documents in a Sharepoint library after a certain number of days to another SharePoint library?
We've tried the retention settings in the Information management policy settings, but can't seem to get it to work at all. Is there some other way to invoke archiving to another library? Or a workflow ...
0
votes
0answers
16 views
Copy attachment file into a folder while inserting or updating document library
I have a document library. While I am attaching a file (inserting or updating ), I want to copy it in 'c:\mydocsfiles'. I think that Maybe, I use event receiver. Is there any easy way to do this.
...
1
vote
0answers
27 views
Sharepoint - Email enabled Document Library in 2007 or greater
We would like to forward documents to an email enabled document library. Is there a way to get the data from the body of the email into this library?
2
votes
2answers
92 views
Restrict Folder Creation on a Document Library
We have SharePoint Owners group who will need to create folders on a particular document library and SharePoint Members group who should not be allowed to create folders.
Is there a way to accomplish ...
1
vote
1answer
144 views
SharePoint 2010 - Block library browse to anonymous access but allow URL references to content to display
We want to provide anonymous access to the contents of a library through URLs (like image references for the site), but we don't want a user to have library view/browse capability. The site ...
2
votes
1answer
388 views
Limitations of OOTB Picture Library Slideshow WebPart on Team page
I apologize for the newbie question, but I am very frustrated trying to use the Picture Library Slideshow WebPart. The photos are downsized without any apparent reason, despite the care with which I ...
3
votes
2answers
39 views
Is it possible to copy the default value setting of a folder and its subfolders to a new folder?
I configured the column default values for one folder and all its subfolder in a Document library. I would like to repeat the same setting for a new folder in the same library. I tried to copy/paste ...
0
votes
1answer
88 views
How to change file in sharepoint library?
I have sharepoint documents library and I have wcf service from where i should download new version of document file on button click.
So i got next method:
public void UpdateFile(SPListItem ...