UserPersonalizationStateInfo Constructor
.NET Framework 2.0
Note: This constructor is new in the .NET Framework version 2.0.
Initializes a new instance of the UserPersonalizationStateInfo class.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: UserPersonalizationStateInfo ( String^ path, DateTime lastUpdatedDate, int size, String^ username, DateTime lastActivityDate )
public UserPersonalizationStateInfo ( String path, DateTime lastUpdatedDate, int size, String username, DateTime lastActivityDate )
public function UserPersonalizationStateInfo ( path : String, lastUpdatedDate : DateTime, size : int, username : String, lastActivityDate : DateTime )
Parameters
- path
The page that the information applies to. path is an application-relative (using tilde syntax) virtual path.
- lastUpdatedDate
The last date and time that the user information for a page was updated.
- size
The size, in bytes, of the per-user state information for the page.
- username
The user to whom the personalization information for the page applies.
- lastActivityDate
The last time the user was active in the ASP.NET application.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: