Click or drag to resize

ObjectProxySetExternalId Method

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

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetExternalId(
	string aExternalId
)

Parameters

aExternalId
Type: SystemString
the new value for the ExternalId property
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have the "ExternalId" property, error code ErrorCode.PropertyNotFound is thrown.
See Also