Veysel Uğur KIZMAZ

Sharepoint 2010 Content Type ile Liste Tanımlama

27.09.2011Okunma Sayısı: 4322Kategori: Sharepoint 2010

Bu makalemizde Sharepoint 2010’da Content Type’dan Liste tanımlama işlemini inceleyeceğiz.

Yeni bir Sharepoint projesi oluşturalım.
 
 
 
Content type içeriğini Picture seçelim (başka tür de seçebilirsiniz).
 
 
Content Type, projemize eklendi.
 
Şimdi yeni bir liste ekleyelim projeye. Add -> New Item -> List Definition from Content Type
 
 
 
Listemizi oluşturduk. Şimdi listemizin Elements.xml’ine göz atalım.
 
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  3.     <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
  4.     <ListTemplate
  5.         Name="ListDefinition1"
  6.         Type="10000"
  7.         BaseType="1"
  8.         OnQuickLaunch="TRUE"
  9.         SecurityBits="11"
  10.         Sequence="110"
  11.         DisplayName="DenemeContentType - ListDefinition1"
  12.         Description="My List Definition"
  13.         Image="/_layouts/images/itdl.png"
  14.         DocumentTemplate="121"/>
  15. </Elements>
 
 
Projemizi deploy edip çalıştırdığımızda listemizi sistemde göreceğiz.
 
 
 
 
 
Veysel Uğur KIZMAZ
Bilgisayar Mühendisi
veysel@ugurkizmaz.com
www.ugurkizmaz.com