Class FileExportedEventArgs
Inheritance
System.Object
System.EventArgs
FileExportedEventArgs
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.7Syntax
public class FileExportedEventArgs : ExportEventArgs
Constructors
FileExportedEventArgs(String, String, String, Type)
Declaration
public FileExportedEventArgs(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
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 |