Home

Buscar

Showing posts with label ElementManifests. Show all posts
Showing posts with label ElementManifests. Show all posts

Wednesday, March 14, 2012

SharePoint :: ELEMENTS.XML

<Elements xmlns="http://microsoft.com/schemas/sharepoint/">

  <ListInstance
      FeatureId="9D2800B2-5125-4d73-A7DF-84E94F7AC586"
      TemplateType="105"
      Id="ListaExemplo1"
      Title="Exemplo de Element Manifest"
      Url="ListaExemplo1"
      OnQuickLaunch="TRUE"
      />
</Elements>

Sharepoint :: Feature.XML

<Feauture
  Id="AA661F05-6AE3-4a73-A1BD-13A3BB76F47B"
  Title="Exemplo1"
  Description="Exemplo SharePoint Feauture"
  Version="1.0.0.0"
  Scope="Web"
  Hidden="FALSE"
  ImageUrl="Exemplo1/xpto.gif"
  xmlns="http://schemas.microsoft.com/sharepoint/">

  <ElementManifests>
  <ElementManifest Location="elements.xml"
  </ElementManifests>
</Feauture>