Click or drag to resize

ObjectPropertyNamesAttachments Field

The name of the property containing the object's attachments. This property can only be used with the object list management methods. The list returned from GetAttachments is only a read-only list containing current objects. [IList<ObjectProxy>] Check CanHaveAttachments to check whether an object has this property. (E.g. Pin or Connections do not have this property)

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public const string Attachments = "Attachments"

Field Value

Type: String
See Also