15 lines
364 B
C#
15 lines
364 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace SPSolutions
|
|
{
|
|
// 2016-10-16 apetuhov: work over summary alerts
|
|
public class AlertManagerConstants
|
|
{
|
|
public const string MAKE_DAILY_SUMMARY_FROM_IMMEDIATE_PROPERTY_BAG_KEY = "MakeDailySummaryFromImmediate";
|
|
}
|
|
}
|