Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class FileExportedEventArgs

Event argument used when blobs are exported

Inheritance
System.Object
FileExportedEventArgs
Inherited Members
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
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

Extension Methods