Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TinyMceConfigurationExtensions

Inheritance
System.Object
TinyMceConfigurationExtensions
Namespace: EPiServer.Commerce.Shell
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
Name Description
T

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
Name Description
T