MatchHtmlReportFactoryAsync Method
Factory method that generates a MatchHtmlReport for the common (post-competitino) pressrelease report.
Generates the instance based on the passed in MatchId, and assumes storage of report on cdn.scopos.tech.
Caller should check that the report exists, by calling .IsValidUriAsync() before adding the instance
to the Match object's HtmlReports property.
Namespace: Scopos.BabelFish.DataModel.OrionMatchAssembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
public static Task<MatchHtmlReport> FactoryAsync(
MatchID matchId,
string reportType = "pressrelease"
)
- matchId MatchID
- reportType String (Optional)
- The type of report to generate. The most common value is 'pressrelease'
TaskMatchHtmlReport