Click or drag to resize

MacroPluginIsRelocatingAllowed Method

Checks if relocating is possible

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

Parameters

aTarget
Type: Articy.ApiObjectProxy
the target container of the paste
aObjects
Type: System.Collections.GenericListObjectProxy
the list of objects that get moved

Return Value

Type: Boolean
the allowance state
See Also