C# Class Rock.Constants.SystemSettingKeys

This class holds Rock's well known System Setting keys.
Show file Open project: NewSpring/Rock

Public Properties

Property Type Description
ROCK_INSTANCE_ID string
SAMPLEDATA_DATE string

Property Details

ROCK_INSTANCE_ID public static property

This system setting's guid represents a unique identifier for each installation of Rock. The value it stores is the current version of Rock for that installation.
public static string ROCK_INSTANCE_ID
return string

SAMPLEDATA_DATE public static property

Holds the System Setting key for the sample data load date/time.
public static string SAMPLEDATA_DATE
return string