Click or drag to resize

ObjectProxyCanHaveAttachments Property

All articy object types that can receive attachments inside a reference strip return true.

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

Property Value

Type: Boolean
Remarks
Currently this is the case for flow fragments, dialogs, entities and locations. All other types of objects return false.
See Also