Interface IInterfacePropertyImport
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature for a component that is registered to handle import of properties for a specific interface.
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IInterfacePropertyImport
Methods
ImportProperty(IPropertyImporter, RawContent, IContent, RawProperty, IContentTransferContext, TransferImportOptions)
Declaration
bool ImportProperty(IPropertyImporter currentTranfer, RawContent rawContent, IContent content, RawProperty importedProperty, IContentTransferContext context, TransferImportOptions options)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods