.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Delete the object that the specified Uid identifies (if any).

Namespace: Org.IdentityConnectors.Framework.Api.Operations
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
void Delete(
	ObjectClass objectClass,
	Uid uid,
	OperationOptions options
)

Parameters

objectClass
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ObjectClass
The type of object to delete.
uid
Type: Org.IdentityConnectors.Framework.Common.Objects..::..Uid
The unique identitfier for the object to delete.
options
Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptions

Exceptions

ExceptionCondition
[!:]Throws UnknowUid if the object does not exist.

See Also