Click or drag to resize

ObjectProxyGetPreviewImage Method

Returns the asset that is set as preview image for this object.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy GetPreviewImage()

Return Value

Type: ObjectProxy
the asset object, that serves as preview image for this object
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have a PreviewImage property, error code ErrorCode.PropertyNotFound is thrown.
See Also