Class TinyMceConfigurationExtensions
Inheritance
System.Object
TinyMceConfigurationExtensions
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public static class TinyMceConfigurationExtensions : Object
Methods
UseOpalAIForProperties<T>(TinyMceConfiguration, Expression<Func<T, Object>>[])
Declaration
public static void UseOpalAIForProperties<T>(this TinyMceConfiguration config, params Expression<Func<T, object>>[] properties)
where T : IContentData
Parameters
Type |
Name |
Description |
EPiServer.Cms.TinyMce.Core.TinyMceConfiguration |
config |
|
System.Linq.Expressions.Expression<System.Func<T, System.Object>>[] |
properties |
|
Type Parameters
UseOpalAIForProperty<T>(TinyMceConfiguration, Expression<Func<T, Object>>)
Declaration
public static void UseOpalAIForProperty<T>(this TinyMceConfiguration config, Expression<Func<T, object>> property)
where T : IContentData
Parameters
Type |
Name |
Description |
EPiServer.Cms.TinyMce.Core.TinyMceConfiguration |
config |
|
System.Linq.Expressions.Expression<System.Func<T, System.Object>> |
property |
|
Type Parameters