سؤال

I create a webpart with SPFX and it is deployed in a team site. I need get the team site groupId property.

هل كانت مفيدة؟

المحلول

I finally got the groupId with the following code:

sp.web.select("AllProperties").expand("AllProperties").get().then(w => {
    console.log(w.AllProperties.RelatedGroupId);
});
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top