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