Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class FileExportingEventArgs

Inheritance
System.Object
System.EventArgs
FileExportingEventArgs
Inherited Members
System.EventArgs.Empty
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.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
public class FileExportingEventArgs : FileExportedEventArgs

Constructors

FileExportingEventArgs(String, String, String, Type)

Declaration
public FileExportingEventArgs(string providerName, string providerRelativePath, string permanentLinkVirtualPath, Type exporter)
Parameters
Type Name Description
System.String providerName
System.String providerRelativePath
System.String permanentLinkVirtualPath
System.Type exporter

Properties

Cancel

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods