{"id":248,"date":"2022-12-06T11:00:14","date_gmt":"2022-12-06T08:00:14","guid":{"rendered":"https:\/\/kb.astrocroc.com\/?p=248"},"modified":"2022-12-06T11:00:14","modified_gmt":"2022-12-06T08:00:14","slug":"clientpeoplepicker-%d0%b7%d0%b0%d0%b3%d1%80%d1%83%d0%b7%d0%ba%d0%b0-%d0%b2-%d0%ba%d0%b0%d1%81%d1%82%d0%be%d0%bc%d0%bd%d0%be%d0%b9-%d1%84%d0%be%d1%80%d0%bc%d0%b5-%d0%bd%d0%b0-%d1%81%d0%b5%d1%80%d0%b2","status":"publish","type":"post","link":"https:\/\/kb.astrocroc.com\/?p=248","title":{"rendered":"ClientPeoplePicker \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432 \u043a\u0430\u0441\u0442\u043e\u043c\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u0435 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435"},"content":{"rendered":"\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-cs\" data-line=\"\">string seller = currentItem[&quot;_x043f__x0440__x043e__x0434__x04&quot;] != null ? currentItem[&quot;_x043f__x0440__x043e__x0434__x04&quot;].ToString() : string.Empty;\nif (seller != string.Empty)\n{\n    int sellerUserID = Convert.ToInt32(seller.Substring(0, seller.IndexOf(&quot;;&quot;)));\n\n    try\n    {\n        SPUserCollection users = oWeb.SiteUsers;\n        SPUser sellerUser = users.GetByID(sellerUserID);\n\n        PeopleEditor pe = new PeopleEditor();\n        PickerEntity entity = new PickerEntity();\n        entity.Key = sellerUser.LoginName;\n        entity = pe.ValidateEntity(entity);\n        entity.IsResolved = true;\n        ClientPeoplePicker_seller.AddEntities(new List&lt;PickerEntity&gt; { entity });                        \n    }\n    catch (Exception)\n    {\n        \/\/throw;\n    }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[39,33],"class_list":["post-248","post","type-post","status-publish","format-standard","hentry","category-sharepoint","tag-peoplepicker","tag-sharepoint"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=\/wp\/v2\/posts\/248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=248"}],"version-history":[{"count":1,"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=\/wp\/v2\/posts\/248\/revisions"}],"predecessor-version":[{"id":249,"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=\/wp\/v2\/posts\/248\/revisions\/249"}],"wp:attachment":[{"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.astrocroc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}