.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Clears the operation-specific supported options.

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

Syntax

C#
public void ClearSupportedOptionsByOperation()

Remarks

Normally, when you add an OperationOptionInfo, using DefineOperationOption(OperationOptionInfo), it is added to all operations. You may then remove those that you need using RemoveSupportedOperationOption(SafeType<(Of <<'(SPIOperation>)>>), OperationOptionInfo). You may wish, as an alternative to clear everything out and instead add using AddSupportedOperationOption(SafeType<(Of <<'(SPIOperation>)>>), OperationOptionInfo).

See Also