Class FileUploadPropertyEditor
Inheritance
System.Object
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 |
|
Declaration
public void Handle(MediaDeletedNotification notification)
Parameters
| Type |
Name |
Description |
| MediaDeletedNotification |
notification |
|
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 |
|
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 |
|