.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if this object class is a special object class. Special object classes include the predefined ones, such as ACCOUNT and GROUP.

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

Syntax

C#
public static bool IsSpecial(
	ObjectClass oclass
)

Parameters

oclass
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ObjectClass
the object class to test

Return Value

Type: Boolean
true iff the object class is special

Exceptions

ExceptionCondition
System..::..NullReferenceExceptionif the object class parameter is null

See Also