This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Sets the given IUserContext as the current IUserContext on this thread.

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

Syntax

C#Copy imageCopy Code
public static void SetCurrent(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub SetCurrent ( _
	context As  _
)

Parameters

context
IUserContext
The context.

See Also

Advanced