Created
October 15, 2018 08:46
-
-
Save gautamdsheth/d11fcf01507e4cb9665b6f13e4aced59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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"><div data-sp-webpart="" data-sp-webpartdataversion="1.0" data-sp-webpartdata="{&quot;id&quot;:&quot;7f718435-ee4d-431c-bdbf-9c4ff326f46e&quot;,&quot;instanceId&quot;:&quot;089c21fe-b4cc-4b92-8086-06fe5f7fc505&quot;,&quot;title&quot;:&quot;People&quot;,&quot;description&quot;:&quot;Display selected people and their profiles&quot;,&quot;dataVersion&quot;:&quot;1.2&quot;,&quot;properties&quot;:{&quot;layout&quot;:1,&quot;persons&quot;:[{&quot;id&quot;:&quot;i:0#.f|membership|[email protected]&quot;,&quot;upn&quot;:&quot;[email protected]&quot;,&quot;role&quot;:&quot;Technical Consultant&quot;,&quot;department&quot;:&quot;Technical&quot;,&quot;phone&quot;:&quot;+919545128579&quot;,&quot;sip&quot;:&quot;&quot;},{&quot;id&quot;:&quot;i:0#.f|membership|[email protected]&quot;,&quot;upn&quot;:&quot;[email protected]&quot;,&quot;role&quot;:&quot;Technical Consultant (Fellow)&quot;,&quot;department&quot;:&quot;Intellectual Property&quot;,&quot;phone&quot;:&quot;+919823716900&quot;,&quot;sip&quot;:&quot;&quot;},{&quot;id&quot;:&quot;i:0#.f|membership|[email protected]&quot;,&quot;upn&quot;:&quot;[email protected]&quot;,&quot;role&quot;:&quot;Technical Consultant&quot;,&quot;department&quot;:&quot;Technical&quot;,&quot;phone&quot;:&quot;+917030266445&quot;,&quot;sip&quot;:&quot;&quot;}]}}"><div data-sp-componentid="">7f718435-ee4d-431c-bdbf-9c4ff326f46e</div><div data-sp-htmlproperties=""><div data-sp-prop-name="persons[0].name" data-sp-searchableplaintext="true">Gautam Sheth</div><div data-sp-prop-name="persons[1].name" data-sp-searchableplaintext="true">Anuja Bhojani</div><div data-sp-prop-name="persons[2].name" data-sp-searchableplaintext="true">Vipul Kelkar</div><div data-sp-prop-name="persons[0].email" data-sp-searchableplaintext="true">[email protected]</div><div data-sp-prop-name="persons[1].email" data-sp-searchableplaintext="true">[email protected]</div><div data-sp-prop-name="persons[2].email" data-sp-searchableplaintext="true">[email protected]</div><img data-sp-prop-name="persons[0].imageUrl" src="/_layouts/15/userphoto.aspx?size=M&amp;[email protected]"><img data-sp-prop-name="persons[1].imageUrl" src="/_layouts/15/userphoto.aspx?size=M&amp;[email protected]"><img data-sp-prop-name="persons[2].imageUrl" src="/_layouts/15/userphoto.aspx?size=M&amp;[email protected]"></div></div></property> | |
| </properties> | |
| </data> | |
| </webPart> | |
| </webParts> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment