Class FileExportingEventArgs
Event argument used when blobs are to be exported
Inherited Members
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class FileExportingEventArgs : FileExportedEventArgs
Constructors
FileExportingEventArgs(String, String, String, Type)
Creates a new instance of FileExportingEventArgs
Declaration
public FileExportingEventArgs(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
Cancel
Set to true to exclude the blob from the export
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |