Class RichTextEditorAudioSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorAudioSettings
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorAudioSettings : EJTagHelper
Constructors
RichTextEditorAudioSettings()
Declaration
public RichTextEditorAudioSettings()
Properties
AllowedTypes
Specifies whether to allowType based file select.
Declaration
public string[] AllowedTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
LayoutOption
Specifies whether insert audio inline or break.
Declaration
public DisplayLayoutOptions LayoutOption { get; set; }
Property Value
Type | Description |
---|---|
DisplayLayoutOptions | The default value is DisplayLayoutOptions.Inline |
Path
Specifies the path of the location to store the audio and refer it to display the audio.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
RemoveUrl
Specifies the URL of remove action that receives the file information and handle the remove operation in server.
Declaration
public string RemoveUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
SaveFormat
Specifies whether the inserted audio is saved as blob or base64.
Declaration
public SaveFormat SaveFormat { get; set; }
Property Value
Type | Description |
---|---|
SaveFormat | The default value is SaveFormat.Blob |
SaveUrl
Specifies the URL of save action that will receive the upload files and save in the server.
Declaration
public string SaveUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |