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.
Loads the given profile in a DataTable.

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

Syntax

C#Copy imageCopy Code
[]
public static  LoadProfile(
	 context,
	string userName
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function LoadProfile ( _
	context As , _
	userName As  _
) As 

Parameters

context
IRenderContext
The context.
userName
String
Name of the user.

Return Value

DataTable

See Also

Advanced