AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Helper..::..ConfigureImageEditor Method

Configures the image editor.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static void ConfigureImageEditor(
	RadImageEditor imageEditor,
	List<string> paths,
	string contentProviderTypeName,
	string searchPatterns,
	CMSUser currentUser,
	SQL currentSql,
	Domain domain,
	Language language
)

Parameters

imageEditor
Type: RadImageEditor
The image editor.
paths
Type: List<(Of <(<'String>)>)>
The paths.
contentProviderTypeName
Type: String
Name of the content provider type.
searchPatterns
Type: String
The search patterns.
currentUser
Type: CMSUser
The current user.
currentSql
Type: AdvantageCMS.Data..::..SQL
The current SQL.
domain
Type: AdvantageCMS.Core.Common.BusinessEntity..::..Domain
The domain.
language
Type: AdvantageCMS.Core.Common.BusinessEntity..::..Language
The language.