Class DocumentRenderErrorEvent
Inheritance
DocumentRenderErrorEvent
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class DocumentRenderErrorEvent
Constructors
DocumentRenderErrorEvent()
Declaration
public DocumentRenderErrorEvent()
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UserPreferences
Declaration
public Dictionary<string, string> UserPreferences { get; set; }
Property Value
Extension Methods