Try our conversational search powered by Generative AI!

Interface IInterfaceHandledImport

Defines the signature for a component that is registered to handle import of properties for a specific interface.

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("No longer in public API")]
public interface IInterfaceHandledImport

Methods

ImportProperty(IContentTransfer, RawContent, IContent, RawProperty)

Imports a property, that is fetches the imported value from importedProperty and assigns it to content.

Declaration
bool ImportProperty(IContentTransfer currentTranfer, RawContent rawContent, IContent content, RawProperty importedProperty)
Parameters
Type Name Description
IContentTransfer currentTranfer

The current tranfer.

RawContent rawContent

Content of the raw.

IContent content

The content.

RawProperty importedProperty

The imported property.

Returns
Type Description
System.Boolean

Extension Methods