Example #1
0
    public static string GetUserNameListString(StepRecipientCollection recps)
    {
        BPMObjectNameCollection names = new BPMObjectNameCollection();

        foreach (StepRecipient recp in recps)
        {
            names.Add(YZStringHelper.GetRecpientDisplayName(recp));
        }

        return(names.ToStringList(';'));
    }
Example #2
0
    public static string GetUserNameListString(StepRecipientCollection recps)
    {
        BPMObjectNameCollection names = new BPMObjectNameCollection();
        foreach (StepRecipient recp in recps)
            names.Add(YZStringHelper.GetRecpientDisplayName(recp));

        return names.ToStringList(';');
    }