Click or drag to resize

ObjectProxyGetShortId Method

Returns the object's property "ShortId".

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

Return Value

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