SaaS CMS has officially launched! Learn more now.

Class ReportFinder

Inheritance
System.Object
ReportFinder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.UI.Report
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ReportFinder

Constructors

ReportFinder(LocalizationService, HttpContextBase)

Declaration
public ReportFinder(LocalizationService localizationService, HttpContextBase context)
Parameters
Type Name Description
LocalizationService localizationService
System.Web.HttpContextBase context

Methods

FindReports()

Declaration
public IList<ReportCategory> FindReports()
Returns
Type Description
System.Collections.Generic.IList<ReportCategory>

GetCategoryTranslation(String)

Declaration
protected string GetCategoryTranslation(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

GetTranslation(String, String)

Declaration
protected string GetTranslation(string name, string type)
Parameters
Type Name Description
System.String name
System.String type
Returns
Type Description
System.String

GetTranslation(String, String, String)

Declaration
protected string GetTranslation(string name, string type, string fallback)
Parameters
Type Name Description
System.String name
System.String type
System.String fallback
Returns
Type Description
System.String

Extension Methods