Un esempio di come aggiungere una colonna di sito in SharePoint 2007 (Wss3 - MOSS).

Crea una cartella sotto

URL

%programfiles%\common files\microsoft shared\web server extensions\12\
ad esempio SgartSiteColumn, e copia i seguenti due file.

XML: feature.xml

<?xml version="1.0" encoding="utf-8"?>
<Feature  Id="7C926475-52B0-49db-8896-A18B85EB141E"
          Title="SiteColumn"
          Description="Esempio di site column"
          Version="1.0.0.0"
          Scope="Site"
          Hidden="FALSE"
          DefaultResourceFile="core"
          ActivateOnDefault="TRUE"
          xmlns="http://schemas.microsoft.com/sharepoint/">
  <ElementManifests>
    <ElementManifest Location="elements.xml" />
  </ElementManifests>
</Feature>

XML: elements.xml

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <Field ID="{34046EDE-5DE8-44b1-B990-F5EDEEEC8521}"
         Type="Text"
         Name="Sgart_Text"
         StaticName="Sgart_Text"
         DisplayName="Sgart Text"
         Group="Sgart"
         >
  </Field>
</Elements>

Installa la feature.
Tags:
SharePoint498 SharePoint 2007218
Potrebbe interessarti anche: