Beispiel #1
0
 internal void SetShouldRenderDownloadAllLink(ArrayList attachmentWellInfos)
 {
     if (!this.IsJunkOrPhishing && attachmentWellInfos != null && attachmentWellInfos.Count > 0)
     {
         this.downloadAllCount            = AttachmentUtility.GetCountForDownloadAttachments(attachmentWellInfos);
         this.shouldRenderDownloadAllLink = (this.downloadAllCount > 1);
     }
 }