კატეგორია არქივი: WSS

WSS: შექმნის ტექნოლოგია CAML სფეროში განმარტებები.

დამატებითი გარეშე: CAML

Here is a great posting by a fellow named "craig" on a technique for finding CAML definitions for field content types based off real live definitions from a site.

His posting says it all. In brief:

  1. შექმნა ინფორმაციის ტიპი.
  2. Associate it with a list.
  3. Open up the list with SharePoint Designer.
  4. Export to a "personal web package".
  5. Rename to a .cab.
  6. ამონაწერი მანიფესტს.
  7. მოძებნა თქვენი შინაარსის ტიპის და მასთან დაკავშირებული CAML.

WSS: რეზიუმე ნაბიჯები, რომელიც საშუალებას მისცემს სასარგებლო თვისებები / ელემენტები / და ა.შ.. Intellisense in წინააღმდეგ 2005

Additional categories: ვიზუალური სტუდია 2005

To enable useful intellisense for Features, elements, etc in visual studio 2005:

  1. Access a WSS server.
  2. Navigate to "c:\program files\common files\microsoft shared\web server extensions\12\TEMPLATE\XML"
  3. Open another windows explorer pointing to: "C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas"
  4. Copy the following files from the WSS server to your VS 2005 schemas directory:
    1. Wss.xsd
    2. CamlQuery.xsd
    3. CamlView.xsd
    4. CoreDefintions.xsd
  5. Restart VS 2005
  6. Add a new XML file to a project.
  7. Click in the body of the XML file.
  8. In the properties pane, click on "Schemas" and pick "wss.xsd" from the choices. (It’s not necessary to select other xsd’s since they are referenced from wss.xsd).

Intellisense is now enabled for that XML document.

აგრეთვე აქ დამატებითი ინფორმაცია ამ საკითხზე და ინსტრუქციები, თუ როგორ უნდა ავტომატურად ასოცირდება WSS Intellisense ნებისმიერ ფაილში.