Click or drag to resize

MacroPluginIsRenamingAllowed Method

Callback to check if renaming the display name of the given object is allowed.

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool IsRenamingAllowed(
	ObjectProxy aObject
)

Parameters

aObject
Type: Articy.ApiObjectProxy
the object that should be renamed

Return Value

Type: Boolean
See Also