Delegate SettingsTransform
A transform action that will run when the settings is received for a specific EPiServer.Core.IContent instance
Assembly: EPiServer.Cms.TinyMce.dll
Version: 2.13.4
public delegate void SettingsTransform(TinyMceSettings settings, IContent content, string propertyName);
Parameters
Type |
Name |
Description |
TinyMceSettings |
settings |
The settings object to modify
|
EPiServer.Core.IContent |
content |
The current content item, could be null
|
System.String |
propertyName |
The name of the property
|
Constructors
Declaration
public SettingsTransform(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(TinyMceSettings, IContent, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(TinyMceSettings settings, IContent content, string propertyName, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
TinyMceSettings |
settings |
|
EPiServer.Core.IContent |
content |
|
System.String |
propertyName |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(TinyMceSettings, IContent, String)
Declaration
public virtual void Invoke(TinyMceSettings settings, IContent content, string propertyName)
Parameters
Type |
Name |
Description |
TinyMceSettings |
settings |
|
EPiServer.Core.IContent |
content |
|
System.String |
propertyName |
|