PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the user mappings (username vs. level) as configured within Smartsite.DigiD.config.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public <int, string> UserMappings(
	string profileName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function UserMappings ( _
	profileName As  _
) As (Of Integer, )

Parameters

profileName
String
Name of the profile.

Field Value

The user mappings.

Return Value

See Also

Advanced