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 PropertyDocumentUrlTransform

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Transfer a PropertyDocumentUrl property for the transfer functionality.

Inheritance
System.Object
PropertyDocumentUrlTransform
Inherited Members
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.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class PropertyDocumentUrlTransform

Constructors

PropertyDocumentUrlTransform(PropertyUrlTransform)

Declaration
public PropertyDocumentUrlTransform(PropertyUrlTransform urlTransform)
Parameters
Type Name Description
PropertyUrlTransform urlTransform

Methods

ExportEventHandler(Object, TransformPropertyEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Event handler for ExportProperty event that transforms PropertyDocumentUrl.

Declaration
public void ExportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

TransformPropertyEventArgs e

The TransformPropertyEventArgs instance containing the event data.

ImportEventHandler(Object, TransformPropertyEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Event handler for ImportProperty event that transforms PropertyDocumentUrl.

Declaration
public void ImportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

TransformPropertyEventArgs e

The TransformPropertyEventArgs instance containing the event data.

Extension Methods