Click or drag to resize

ObjectProxyGetAttachments Method

Returns a list ob ObjectProxy objects, each representing an attachment as can be seen in the articy:draft reference strip of the respective object.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public IList<ObjectProxy> GetAttachments()

Return Value

Type: IListObjectProxy
a list of attachments or null if the object cannot have attachments
See Also