.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Return the enabled status of the account.

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

Syntax

C#
public bool GetEnabled(
	bool dflt
)

Parameters

dflt
Type: System..::..Boolean
the default state if enable is not found.

Return Value

Type: Boolean
true if the account is enabled, false otherwise

Remarks

If the ENABLE operational attribute is present, it's value takes precedence over the current value. If it is missing, the currentlyEnabled status is returned instead.

See Also