Share via


parserenabled in sharepoint online

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.

https://social.technet.microsoft.com/Forums/en-US/2a8d33a7-2f26-4d36-b02c-4e3217f81d81/can-we-enable-document-parser-property-for-sharepoint-online-site?forum=sharepointgeneral

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:

https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/15147189-support-the-web-parserenabled-property-in-csom#%7Btoggle_previous_statuses%7D

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.