.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
E41516-01
Delete the object that the specified Uid identifies (if any).
Namespace: Org.IdentityConnectors.Framework.Api.OperationsAssembly: 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.
Exceptions
| Exception | Condition |
|---|---|
| [!:] | Throws UnknowUid if the object does not exist. |