.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if the class is a supported type for an OperationOption.

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

Syntax

C#
public static void CheckOperationOptionType(
	Type clazz
)

Parameters

clazz
Type: System..::..Type
type to check against the support list of types.

Remarks

If not it throws an ArgumentException.

Exceptions

ExceptionCondition
System..::..ArgumentExceptioniff the type is not on the supported list.

See Also