Class FileExportedEventArgs
Event argument used when blobs are exported
Inherited Members
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class FileExportedEventArgs : ExportEventArgs
Constructors
FileExportedEventArgs(String, String, String, Type)
Creates a new instance of FileExportedEventArgs
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
A permanent path to the blob
Declaration
public string PermanentLinkVirtualPath { get; }
Property Value
Type | Description |
---|---|
System.String |
ProviderName
The name of the provider that handles the blob
Declaration
public string ProviderName { get; }
Property Value
Type | Description |
---|---|
System.String |
ProviderRelativePath
A provider relative path to the blob
Declaration
public string ProviderRelativePath { get; }
Property Value
Type | Description |
---|---|
System.String |