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.
Checks if the userName has a domain part which must be removed. This is the case when the default membership provider is the Active Directory Membership provider and the StoreFullyQualifiedLoginName setting is set to false.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public static string FixUsername(
	string userName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function FixUsername ( _
	userName As  _
) As 

Parameters

userName
String

Return Value

See Also

Advanced