Try our conversational search powered by Generative AI!

Class FileImportingEventArgs

Inheritance
System.Object
System.EventArgs
FileImportingEventArgs
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 FileImportingEventArgs : FileImportedEventArgs

Constructors

FileImportingEventArgs(String, String, String, Type)

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

Properties

Cancel

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

Extension Methods