Table of Contents

Interface IReportGenerationSucceededEventArgs

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the report generation succeeded event arguments.

public interface IReportGenerationSucceededEventArgs : IReportGenerationEventArgs
Inherited Members

Properties

FileIdentifier

Gets the file identifier.

string FileIdentifier { get; }

Property Value

string

FileUrl

Gets the file URL.

string FileUrl { get; }

Property Value

string