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: 10.10.4Syntax
[Obsolete("No longer in public API")]
public interface IInterfaceHandledImportMethods
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 | 
