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

What is CAML?



Posted By: Avi Date: 25 October 2009 05:38:16 AM
 Answer:

CAML is an acronym for Collaborative Application Markup Language which is the XML-based language that is used to build and customize SharePoint based web sites.

CAML can be used to do the following:

1) Provide schema definition to the Web site provisioning system about how the site looks and acts.

2) Define views and forms for data and page rendering or execution.

3) Act as a rendering language that performs functions in the DLL like pulling a value from a particular field.

4) Provide batch functionality for posting multiple commands to the server using protocol.


Posted By: eTechPlanet


Date: 25 October 2009 05:38:16 AM

Collaborative Application Markup Language (CAML) is the XML-based language that is used to build and customize Web sites based on SharePoint™ Team Services from Microsoft®.

CAML can be used to do the following:

* Provide schema definition to the Web site provisioning system about how the site looks and acts.
* Define views and forms for data and page rendering or execution.
* Act as a rendering language that performs functions in the DLL like pulling a value from a particular field.
* Provide batch functionality for posting multiple commands to the server using protocol.

This SDK has been built so that you can use CAML to customize and extend the capabilities of your Web sites based on SharePoint Team Services.


Posted By: Johndecruse


Date: 4 February 2010 12:11:03 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image ZzHtcw
Related Questions
SharePoint : What is Windows SharePoint Services (WSS)?

What is Windows SharePoint Services (WSS)?

Windows SharePoint Services 3.0 is the platform on which all SharePoint Products and Technologies ar....
Category: SharePoint Date: 10/15/2009 3:05:31 PM
SharePoint : What is the name of main assembly whose reference is added to use SharePoint object model in .Net Applications?
SharePoint : What are the name of XML files used to define a SharePoint Site Definitions, Features, and Solution Package?

What are the name of XML files used to define a SharePoint Site Definitions, Features, and Solution ....

1) Site Definitions: Onet.xml 2) Features: Feature.xml and Elements.xml 3) Solution Package: Manifes....
Category: SharePoint Date: 9/3/2009 6:19:22 AM
SharePoint : What are the various scopes for the SharePoint Features?

What are the various scopes for the SharePoint Features?

SharePoint Features can be used with following four scopes: 1) Farm (farm level) 2) WebApplication ....
Category: SharePoint Date: 9/3/2009 6:13:47 AM
SharePoint : What are the data types which are supported as Lookup column in SharePoint?

What are the data types which are supported as Lookup column in SharePoint?

Only "Single Line of Text" and "Calculated Columns" are supported as lookup colu....
Category: SharePoint Date: 9/3/2009 6:01:45 AM