Search Results for

    Show / Hide Table of Contents

    Class FileUploadPropertyEditor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public class FileUploadPropertyEditor : DataEditor

    Constructors

    FileUploadPropertyEditor(IDataValueEditorFactory, MediaFileManager, IOptions<ContentSettings>, ILocalizedTextService, UploadAutoFillProperties, IContentService, IIOHelper)

    Declaration
    public FileUploadPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, MediaFileManager mediaFileManager, IOptions<ContentSettings> contentSettings, ILocalizedTextService localizedTextService, UploadAutoFillProperties uploadAutoFillProperties, IContentService contentService, IIOHelper ioHelper)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    MediaFileManager mediaFileManager
    IOptions<ContentSettings> contentSettings
    ILocalizedTextService localizedTextService
    UploadAutoFillProperties uploadAutoFillProperties
    IContentService contentService
    IIOHelper ioHelper

    Methods

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor

    CreateValueEditor()

    Creates the corresponding property value editor.

    Declaration
    protected override IDataValueEditor CreateValueEditor()
    Returns
    Type Description
    IDataValueEditor

    The corresponding property value editor.

    Handle(ContentCopiedNotification)

    Declaration
    public void Handle(ContentCopiedNotification notification)
    Parameters
    Type Name Description
    ContentCopiedNotification notification

    Handle(ContentDeletedNotification)

    Declaration
    public void Handle(ContentDeletedNotification notification)
    Parameters
    Type Name Description
    ContentDeletedNotification notification

    Handle(MediaDeletedNotification)

    Declaration
    public void Handle(MediaDeletedNotification notification)
    Parameters
    Type Name Description
    MediaDeletedNotification notification

    Handle(MediaSavingNotification)

    Declaration
    public void Handle(MediaSavingNotification notification)
    Parameters
    Type Name Description
    MediaSavingNotification notification

    Handle(MemberDeletedNotification)

    Declaration
    public void Handle(MemberDeletedNotification notification)
    Parameters
    Type Name Description
    MemberDeletedNotification notification

    TryGetMediaPath(String, Object, out String)

    Declaration
    public bool TryGetMediaPath(string propertyEditorAlias, object value, out string mediaPath)
    Parameters
    Type Name Description
    System.String propertyEditorAlias
    System.Object value
    System.String mediaPath
    Returns
    Type Description
    System.Boolean
    In This Article
    • Constructors
      • FileUploadPropertyEditor(IDataValueEditorFactory, MediaFileManager, IOptions<ContentSettings>, ILocalizedTextService, UploadAutoFillProperties, IContentService, IIOHelper)
    • Methods
      • CreateConfigurationEditor()
      • CreateValueEditor()
      • Handle(ContentCopiedNotification)
      • Handle(ContentDeletedNotification)
      • Handle(MediaDeletedNotification)
      • Handle(MediaSavingNotification)
      • Handle(MemberDeletedNotification)
      • TryGetMediaPath(String, Object, out String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX