SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1768 Page Views: 

What is a document library?



Posted By: Avi Date: 6 August 2009 03:18:09 AM
 Answer:

Document library in SharePoint is used to upload the documents. We can also store the document metadata/properties togethor with the document.


Posted By: eTechPlanet


Date: 6 August 2009 03:18:09 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image eCOeqs
Related Questions
SharePoint : Explain SharePoint Excel Services?

Explain SharePoint Excel Services?

Excel Services is built on ASP.NET 2.0 and Office SharePoint Server 2007. It allows developers to lo....
Category: SharePoint Date: 11/25/2009 6:08:19 AM
SharePoint : Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in SharePoint 2007?

Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in ShareP....

Following STSADM command can be used to add the solution file (.wsp, .cab, .wpp) to the solution sto....
Category: SharePoint Date: 11/18/2009 7:03:06 AM
SharePoint : What are the correct values for Scope for a Feature in SharePoint 2007?

What are the correct values for Scope for a Feature in SharePoint 2007?

Scope of a Feature in SharePoint 2007 can have one of thr following: 1) Farm 2) WebApplication 3) S....
Category: SharePoint Date: 11/18/2009 6:44:35 AM
SharePoint : Write code in C# to fetch all the data from SharePoint Custom List?

Write code in C# to fetch all the data from SharePoint Custom List?

SPSite objSite = new SPSite("http://servername:1234"); SPWeb objWeb = objSite.OpenWeb(); S....
Category: SharePoint Date: 11/18/2009 6:35:44 AM
SharePoint : Explain the concept of "Feature" in SharePoint?

Explain the concept of "Feature" in SharePoint?

SharePoint "Feature" is a container of various defined extensions for SharePoint. It's a ....
Category: SharePoint Date: 10/26/2009 6:41:04 AM