Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, July 23, 2019 1:10 PM
Hi All,
I have SharePoint Online document library. I dont want the properties to be promotion.
So I want to disable the property promotion in SharePoint Online.
Seems the parserenabled properties is not available for client side. Can someone confirm me? And if there is any alternative solution to that?
I was trying below but it is saying error as
The property 'ParserEnabled' cannot be found on this object. Verify that the
property exists and can be set.
$web = $ctx.Web
$web.ParserEnabled=$false
$web.Update()
Many Thanks,
Bijay Kumar
EnjoySharePoint.com | SharePointSky.com | TSInfoTechnologies.com
All replies (2)
Tuesday, July 23, 2019 2:28 PM ✅Answered | 1 vote
Hi Bijay,
Unfortunately you can't set the parser for SharePoint Online document library at Tenant admin level. You need to open a support case with O365 support team.
Please find the below reply from MVP Trevor on the same.
Enjoy the SharePoint !!
Best Regards,
Krishna
Please remember to mark the replies as answers if they helped.
Wednesday, July 24, 2019 3:51 AM
Hi Bijay,
Add from Krishna’s reply, you can check the user voice that mentioned the Web.ParserEnabled property in CSOM is not supported:
Best regards,
Grace Wang
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact [email protected].
SharePoint Server 2019 has been released, you can click
here to download it.
Click
here to learn new features. Visit the dedicated
forum to share, explore and talk to experts about SharePoint Server 2019.