Click or drag to resize

MacroPluginIsDeletingAllowed Method

called to check if deleting the given objects is allowed

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool IsDeletingAllowed(
	List<ObjectProxy> aObjects
)

Parameters

aObjects
Type: System.Collections.GenericListObjectProxy

Return Value

Type: Boolean
the allowance state
See Also