Click or drag to resize

ObjectProxyIsValid Property

true if the object is a valid object with all properties and functionalities, false if it is a so-called 'broken reference'

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool IsValid { get; }

Property Value

Type: Boolean
Remarks
'Broken references' are ObjectProxy instances that were created e.g. by calling GetAttachments while the partition was not claimed. A later ClaimPartition(Guid) of this partition implicitly retrieves the latest partition data from the repository where the retrieved attachment object has been deleted by another user. Now our instance is invalid, it is a 'broken reference' to an already deleted object.
See Also