In PnP provisioning framework in objectlistinstances handler toolbar is removed from view definition

Copper Contributor

In PnP provisioning framework in objectlistinstances handler toolbar is removed from view definition.

Can toolbar type definition be provisioned in PnP framework? 

This refers to Sharepoint Online

1 Reply

Is there a reason for this in Pnp Framework?

Object List Instance ExtractViews Method :

 

// Toolbar is not supported

var toolbarElement = schemaElement.Descendants("Toolbar").FirstOrDefault();
if (toolbarElement != null)
{
toolbarElement.Remove();
}