Benutzer:MovGP0/SharePoint/ContentTypes

aus Wikipedia, der freien Enzyklopädie
   MovGP0        Über mich        Hilfen        Artikel        Weblinks        Literatur        Zitate        Notizen        Programmierung        MSCert        Physik      


Content Types — Inhaltstypen

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <!-- Parent ContentType: Document (0x0101) -->
  <ContentType ID="0x0101003CB469CCC7604D20BAB5730702D44E06"
               Name="..."
               Group="MyCompany"
               Description="..."
               Inherits="TRUE"
               Version="0">
    <FieldRefs>
      <FieldRef ID="{GUID1}" Name="...Field" />
      <FieldRef ID="{GUID2}" Name="...Field" />
      <FieldRef ID="{GUID3}" Name="...Field" ShowInEditForm="FALSE" ShowInNewForm="FALSE" ShowInDisplayForm="FALSE" />
    </FieldRefs>
  </ContentType>
</Elements>