Пример #1
0
 // methods for page resources
 public IList <ResourceBE> GetPageAttachments(ulong pageId)
 {
     return(_resourceBL.GetResources(new[] { (uint)pageId }, ResourceBE.ParentType.PAGE, ResourceBL.FILES, null, DeletionFilter.ACTIVEONLY, null, null, null));
 }
Пример #2
0
 //--- Methods ---
 public IList <ResourceBE> FindPropertiesByName(string name)
 {
     return(_resourceBL.GetResources(null, null, ResourceBL.PROPERTIES, new[] { name }, DeletionFilter.ACTIVEONLY, null, null, null));
 }