This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This class is the base class for UserContext. This class is used in the Smartsite.Data to access the current UserProfile and SecurityProfile.

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

Syntax

C#Copy imageCopy Code
public abstract class UserContextBase
Visual Basic (Declaration)Copy imageCopy Code
Public MustInherit Class UserContextBase

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..UserContextBase
    Smartsite.Security..::..UserContext

See Also

Advanced