예제 #1
0
        private ContentLookupListsCacheObject GetContentAndLookups()
        {
            UcbServiceClient sc           = new UcbServiceClient();
            ContentVMDC      returnObject = sc.GetContent(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            ContentLookupListsCacheObject CachedLists = new ContentLookupListsCacheObject();

            return(CachedLists);
        }