Advertisement
cgrunwald

Untitled

Sep 14th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.94 KB | None | 0 0
  1. <%@ Page language="C#" MasterPageFile="~SiteCollection/_catalogs/masterpage/WSMasterPage.master"  
  2.   Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"%>
  3. <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
  4. <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
  5. <asp:Content ID="MainContent" ContentPlaceHolderId="PlaceHolderMain" runat="server">
  6.     <WebPartPages:SPUserCodeWebPart runat="server" Description="ServiceWP" Title="ServiceWP" AssemblyFullName="$SharePoint.Project.AssemblyFullName$" SolutionId="$SharePoint.Package.Id$" ID="servicewp" TypeFullName="$SharePoint.Type.f15531a7-bdb6-4c92-bdba-caf4178ed63f.FullName$"></WebPartPages:SPUserCodeWebPart>
  7. </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement