public static ResourceInfo ResourceInfo_Get(int OCID, int FileType, int FolderID, int DateSpan, string SearchKey)
        {
            int          UserID  = UserService.CurrentUser.UserID;
            ISitePreview sitebll = new SitePreviewBLL();

            return(sitebll.ResourceInfo_Get(OCID, UserID, FileType, FolderID, DateSpan, SearchKey));
        }
 public static ResourceInfo ResourceInfo_Get(int OCID, int FileType, int FolderID, int DateSpan, string SearchKey)
 {
     int UserID = UserService.CurrentUser.UserID;
     ISitePreview sitebll = new SitePreviewBLL();
     return sitebll.ResourceInfo_Get(OCID, UserID, FileType, FolderID, DateSpan, SearchKey);
 }