Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The UnassignLayerAction unassigns a specific layer from content if the condition is met. 

Specific Definitions

Type-ahead and select the Layer from the dropdown. The Layer ID is used in the Business Rule, so you can update the name anytime.  

PropertyValue
kind

UnassignLayerAction

layerId

The ID of the Layer to check. 

See Access Layer for details, but except in the JSON, you don't have to worry about casing. 

"actions": [
	{
		"kind": "UnassignLayerAction",
		"layerId": "BasicInformation"
	}
],
  • No labels