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

Try our conversational search powered by Generative AI!

Class FileImportedEventArgs

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

Constructors

FileImportedEventArgs(String, String, String, Type)

Declaration
public FileImportedEventArgs(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

PermanentLinkVirtualPath

Declaration
public string PermanentLinkVirtualPath { get; }
Property Value
Type Description
System.String

ProviderName

Declaration
public string ProviderName { get; }
Property Value
Type Description
System.String

ProviderRelativePath

Declaration
public string ProviderRelativePath { get; }
Property Value
Type Description
System.String

Extension Methods