What is CAML?

What is CAML? Explain its usage.

What is CAML?

- CAML stands for Collaborative Application Markup Language.

- It is an XML based language.

- It provides data constructs that used to build up the SharePoint fields and is also used for table definition.

Usage of CAML:

- CAML is used to build or customize SharePoint based sites and construct a CAML query in a WebPart to retrieve the values from a SharePoint List.

- It is an XML-based language which is used to build and customize websites.

- It provides a schema definition to the web site provisioning system about how the site looks and acts.

- It defines views and forms for data and page rendering or execution.

- It acts as a rendering language that performs functions in the DLL like pulling a value from a particular field.

- It provides batch functionality for posting multiple commands to the server using protocol.
What is impersonation?
What is impersonation? - Impersonation is the concept of providing functionality in the context of a different identity, for example letting a user access the system with anonymous access.......
What are WebPart properties?
What are WebPart properties? - WebPart properties are just like ASP.NET control properties, they are used to specify the characteristics of a webpart.....
What are ClassResources?
What are ClassResources? - ClassResources are defined in the SharePoint solution file. It is a helpful directory to use in order to deploy custom images......
Post your comment