Try our conversational search powered by Generative AI!

Class ResolveFileTransferTypeArgs

Inheritance
System.Object
System.EventArgs
ResolveFileTransferTypeArgs
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.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataImporter (or IDataImportEvents for events)")]
public class ResolveFileTransferTypeArgs : EventArgs

Constructors

ResolveFileTransferTypeArgs(DefaultDataImporter, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the ResolveFileTransferTypeArgs class.

Declaration
public ResolveFileTransferTypeArgs(DefaultDataImporter dataImporter, string xmlElementName)
Parameters
Type Name Description
DefaultDataImporter dataImporter

The data importer.

System.String xmlElementName

Name of the XML element.

Properties

FileTransferType

Gets or sets the type of the file transfer that corresponds to XmlElementName.

Declaration
public Type FileTransferType { get; set; }
Property Value
Type Description
System.Type

The type of the file transfer.

XmlElementName

Gets or sets the name of the XML element that is to be deserialized. This is the name of the concrete class that was serialized.

Declaration
public string XmlElementName { get; }
Property Value
Type Description
System.String

The name of the XML element.

Extension Methods