C# Class Rock.CheckIn.CheckInBlock.CheckInCookie

Holds cookie names shared across certain check-in blocks.
Mostra file Open project: NewSpring/Rock

Public Properties

Property Type Description
DEVICEID string
ISMOBILE string

Property Details

DEVICEID public_oe static_oe property

The name of the cookie that holds the DeviceId. Setters of this cookie should be sure to set the expiration to a time when the device is no longer valid.
public static string DEVICEID
return string

ISMOBILE public_oe static_oe property

The name of the cookie that holds whether or not the device was a mobile device.
public static string ISMOBILE
return string