Exemple #1
0
        public virtual string GetFileName(string pk, string template, Dictionary <string, object> blocksValues, string documentFileNameKey, Durados.View view, Dictionary <string, object> values)
        {
            Workflow.Notifier notifier = new Durados.Web.Mvc.Workflow.Notifier();

            return(notifier.GetMessage(this, documentFileNameKey, view, values, pk, GetSiteWithoutQueryString(), GetMainSiteWithoutQueryString()));
        }