Click or drag to resize

MacroPluginIsPastingAllowed Method

Checks if pasting is possible

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool IsPastingAllowed(
	ObjectProxy aTarget,
	List<ObjectType> aTypes,
	List<Guid> aPartitionIdList,
	int aHierarchyDepth
)

Parameters

aTarget
Type: Articy.ApiObjectProxy
the target container of the paste
aTypes
Type: System.Collections.GenericListObjectType
the types of objects that are pasted
aPartitionIdList
Type: System.Collections.GenericListGuid
the affected partitions
aHierarchyDepth
Type: SystemInt32
the depth of the paste

Return Value

Type: Boolean
the allowance state
See Also