.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
If the change described by this
 Copy imageCopy
SyncDelta
modified the object's Uid, this method returns the Uid before the change.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Uid PreviousUid { get; }

Return Value

Type: Uid
the previous Uid or null if it could not be determined or the change did not modify the Uid.

Remarks

Not all resources can determine the previous Uid, so this method can return
 Copy imageCopy
null
.

See Also