Version

SnoozePersistenceType Enumeration

Enumeration of persistence methods for the snooze behavior of WebSchedule.
Syntax
'Declaration
 
Public Enum SnoozePersistenceType 
   Inherits System.Enum
public enum SnoozePersistenceType : System.Enum 
Members
MemberDescription
ControlStateSnooze information shall be stored in the Control's state.
CookieSnooze information shall be stored in HTTP cookies.
Remarks

The choice of a snooze persistence type may have an effect on the reliability of reminder notifications. For instance, a persistence type managed through HTTP cookies will not function for end users whose browsers routinely do not accept cookies. Cookies are further distinguished by ASP.NET session, which is subject to an expiration timeout that may (and often is) shorter than the snooze time period.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also