Advertisement
Doc-ready

Untitled

Aug 30th, 2013
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <SPSWC:ProfilePropertyLoader runat="server"/>
  2. <script>
  3. CurrentUser = {
  4.   UserName: '<SPSWC:ProfilePropertyValue PropertyName="UserName" TitleMode="true" runat="server" />',
  5.   FirstName: '<SPSWC:ProfilePropertyValue PropertyName="FirstName" TitleMode="true" runat="server" />',
  6.   Lastname: '<SPSWC:ProfilePropertyValue PropertyName="LastName" TitleMode="true" runat="server" />',
  7.   PictureURL: '<SPSWC:ProfilePropertyValue PropertyName="PictureURL" TitleMode="true" runat="server" />',
  8.   Status: '<SPSWC:ProfilePropertyValue PropertyName="SPS-StatusNotes" TitleMode="true" runat="server" />'
  9. };  
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement