Click or drag to resize

ObjectProxyIsDisplayNameCalculated Property

true if the display name is calculated using the values of other properties and therefore is read-only, otherwise false

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool IsDisplayNameCalculated { get; }

Property Value

Type: Boolean
Remarks
Some objects do not allow to change their display name because it is calculated. Such objects are dialog fragments, links and jumps. Query this property before trying to change a display name.
See Also