AttachmentFetchInfoList() public static method

public static AttachmentFetchInfoList ( AttachmentDataCriteria criteria ) : AttachmentInfoList
criteria AttachmentDataCriteria
return AttachmentInfoList
 public static AttachmentInfoList AttachmentFetchInfoList(int[] sourceId, SourceType sourceType)
 {
     return
         (AttachmentRepository.AttachmentFetchInfoList(
              new AttachmentDataCriteria
     {
         SourceId = sourceId,
         SourceTypeId = (int)sourceType
     }));
 }