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)

Definition

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

Field Value

String

See Also