AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Helper..::..InitializeDocumentEditor Method

Function is called when the postback returns and after the Load event(when control is returned to browser)

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

Syntax


public static void InitializeDocumentEditor(
	RadFileExplorer explorer,
	string initpath,
	CMSUser currentUser,
	SQL currentSql,
	Domain domain,
	Language language,
	string searchPatterns
)

Parameters

explorer
Type: RadFileExplorer
The explorer.
initpath
Type: String
The initpath.
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.
searchPatterns
Type: String
The search patterns.