AccessRightsRuleConstants.cs 239 Bytes
using System;
using Sungero.Core;

namespace Sungero.Docflow.Constants
{
  public static class AccessRightsRule
  {
    public const string KindTypeChanging = "KindTypeChanging";
    public const string DocumentIdsSeparator = ",";
  }
}