C# Class Rock.CheckIn.CheckInBlock.CheckInCookie

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

Public Properties

Property Type Description
DEVICEID string
ISMOBILE string

Property Details

DEVICEID public static 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 static property

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