Thursday 20 March 2014

MasterPage Element File in SharePoint 2013

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <Module Name="Master Page" Url="_catalogs/masterpage"  List="116" RootWebOnly="TRUE">
    <File Path="Master Page\Intranet\IntranetHome.aspx" Url="Intranet/IntranetHome.aspx"  Type="GhostableInLibrary" IgnoreIfAlreadyExists="TRUE">
      <Property Name="PublishingAssociatedContentType" Value=";#Home;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900242457EFB8B24247815D688C526CD44D;#" />
      <Property Name="ContentType" Value="$Resources:cmscore,contenttype_pagelayout_name;" />
      <Property Name="Title" Value="Home"/>
      </File>
    <File Path="Master Page\Intranet\Intranet.master" Url="Intranet/Intranet.master" Type="GhostableInLibrary"/>
   

    <File Path="Master Page\Intranet\Property-Management.aspx" Url="Intranet/Property-Management.aspx" Type="GhostableInLibrary" IgnoreIfAlreadyExists="TRUE">
      <Property Name="PublishingAssociatedContentType" Value=";#Property Management;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900242457EFB8B24247815D688C526CD44D;#" />
      <Property Name="ContentType" Value="$Resources:cmscore,contenttype_pagelayout_name;" />
      <Property Name="Title" Value="Property Management"/>
    </File>
    <File Path="Master Page\Intranet\Sales.aspx" Url="Intranet/Sales.aspx" Type="GhostableInLibrary" IgnoreIfAlreadyExists="TRUE">
      <Property Name="PublishingAssociatedContentType" Value=";#Sales;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900242457EFB8B24247815D688C526CD44D;#" />
      <Property Name="ContentType" Value="$Resources:cmscore,contenttype_pagelayout_name;" />
      <Property Name="Title" Value="Sales"/>
    </File>
    <File Path="Master Page\Intranet\Lettings.aspx" Url="Intranet/Lettings.aspx" Type="GhostableInLibrary" IgnoreIfAlreadyExists="TRUE">
      <Property Name="PublishingAssociatedContentType" Value=";#Lettings;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900242457EFB8B24247815D688C526CD44D;#" />
      <Property Name="ContentType" Value="$Resources:cmscore,contenttype_pagelayout_name;" />
      <Property Name="Title" Value="Lettings"/>      
   
    </File>
  </Module>
</Elements>






No comments:

Post a Comment