Click or drag to resize

ObjectProxySetShortId Method

Sets the object's "ShortId" property to the specified value.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetShortId(
	int aShortId
)

Parameters

aShortId
Type: SystemInt32
the new value for the ShortId property
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have a ShortId property, error code ErrorCode.PropertyNotFound is thrown.
See Also