Get if the user is an external user or not. External user means the user need to be authenticated with an authentication plug-in from external source, instead of internal users database. External users are still stored in Cartella database for security references.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool IsExternal { get; }
Visual Basic
ReadOnly Property IsExternal As Boolean
	Get
Visual C++
property bool IsExternal {
	bool get ();
}

Field Value

Boolean

See Also