DocumentTemplateConstants.cs 358 Bytes
using System;
using Sungero.Core;

namespace Sungero.Docflow.Constants
{
  public static class DocumentTemplate
  {
    // GUID для значения "<Любые документы>" у свойства Тип документа.
    [Sungero.Core.Public]
    public const string AllDocumentTypeGuid = "030d8d67-9b94-4f0d-bcc6-691016eb70f3";
    
  }
}