Skip to content

Instantly share code, notes, and snippets.

@gautamdsheth
Created October 15, 2018 08:46
Show Gist options
  • Select an option

  • Save gautamdsheth/d11fcf01507e4cb9665b6f13e4aced59 to your computer and use it in GitHub Desktop.

Select an option

Save gautamdsheth/d11fcf01507e4cb9665b6f13e4aced59 to your computer and use it in GitHub Desktop.
<webParts>
<webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
<metaData>
<type name="Microsoft.SharePoint.WebPartPages.ClientSideWebPart,
Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<importErrorMessage>Cannot Import WebPart</importErrorMessage>
</metaData>
<data>
<properties>
<property name="Title" type="string">People</property>
<property name="Description" type="string">Display selected people and their profiles</property>
<property name="IconUrl" type="string"></property>
<property name="ClientSideWebPartId">7f718435-ee4d-431c-bdbf-9c4ff326f46e</property>
<property name="ClientSideWebPartData" type="string">&lt;div data-sp-webpart="" data-sp-webpartdataversion="1.0" data-sp-webpartdata="{&amp;quot;id&amp;quot;:&amp;quot;7f718435-ee4d-431c-bdbf-9c4ff326f46e&amp;quot;,&amp;quot;instanceId&amp;quot;:&amp;quot;089c21fe-b4cc-4b92-8086-06fe5f7fc505&amp;quot;,&amp;quot;title&amp;quot;:&amp;quot;People&amp;quot;,&amp;quot;description&amp;quot;:&amp;quot;Display selected people and their profiles&amp;quot;,&amp;quot;dataVersion&amp;quot;:&amp;quot;1.2&amp;quot;,&amp;quot;properties&amp;quot;:{&amp;quot;layout&amp;quot;:1,&amp;quot;persons&amp;quot;:[{&amp;quot;id&amp;quot;:&amp;quot;i:0#.f|membership|[email protected]&amp;quot;,&amp;quot;upn&amp;quot;:&amp;quot;[email protected]&amp;quot;,&amp;quot;role&amp;quot;:&amp;quot;Technical Consultant&amp;quot;,&amp;quot;department&amp;quot;:&amp;quot;Technical&amp;quot;,&amp;quot;phone&amp;quot;:&amp;quot;+919545128579&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;&amp;quot;},{&amp;quot;id&amp;quot;:&amp;quot;i:0#.f|membership|[email protected]&amp;quot;,&amp;quot;upn&amp;quot;:&amp;quot;[email protected]&amp;quot;,&amp;quot;role&amp;quot;:&amp;quot;Technical Consultant (Fellow)&amp;quot;,&amp;quot;department&amp;quot;:&amp;quot;Intellectual Property&amp;quot;,&amp;quot;phone&amp;quot;:&amp;quot;+919823716900&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;&amp;quot;},{&amp;quot;id&amp;quot;:&amp;quot;i:0#.f|membership|[email protected]&amp;quot;,&amp;quot;upn&amp;quot;:&amp;quot;[email protected]&amp;quot;,&amp;quot;role&amp;quot;:&amp;quot;Technical Consultant&amp;quot;,&amp;quot;department&amp;quot;:&amp;quot;Technical&amp;quot;,&amp;quot;phone&amp;quot;:&amp;quot;+917030266445&amp;quot;,&amp;quot;sip&amp;quot;:&amp;quot;&amp;quot;}]}}"&gt;&lt;div data-sp-componentid=""&gt;7f718435-ee4d-431c-bdbf-9c4ff326f46e&lt;/div&gt;&lt;div data-sp-htmlproperties=""&gt;&lt;div data-sp-prop-name="persons[0].name" data-sp-searchableplaintext="true"&gt;Gautam Sheth&lt;/div&gt;&lt;div data-sp-prop-name="persons[1].name" data-sp-searchableplaintext="true"&gt;Anuja Bhojani&lt;/div&gt;&lt;div data-sp-prop-name="persons[2].name" data-sp-searchableplaintext="true"&gt;Vipul Kelkar&lt;/div&gt;&lt;div data-sp-prop-name="persons[0].email" data-sp-searchableplaintext="true"&gt;[email protected]&lt;/div&gt;&lt;div data-sp-prop-name="persons[1].email" data-sp-searchableplaintext="true"&gt;[email protected]&lt;/div&gt;&lt;div data-sp-prop-name="persons[2].email" data-sp-searchableplaintext="true"&gt;[email protected]&lt;/div&gt;&lt;img data-sp-prop-name="persons[0].imageUrl" src="/_layouts/15/userphoto.aspx?size=M&amp;amp;[email protected]"&gt;&lt;img data-sp-prop-name="persons[1].imageUrl" src="/_layouts/15/userphoto.aspx?size=M&amp;amp;[email protected]"&gt;&lt;img data-sp-prop-name="persons[2].imageUrl" src="/_layouts/15/userphoto.aspx?size=M&amp;amp;[email protected]"&gt;&lt;/div&gt;&lt;/div&gt;</property>
</properties>
</data>
</webPart>
</webParts>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment