Class FileImportedEventArgs
  
  
  
  
    Inheritance
    System.Object
    
    FileImportedEventArgs
      
   
  
  
  Assembly: EPiServer.Enterprise.dll
  Version: 12.0.3
  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