C# Class OxxCommerceStarterKit.Web.Business.Initialization.CreatingContentSetDefaultsHandler

Inheritance: IInitializableModule
Show file Open project: episerver/Commerce-Demo-Kit

Public Properties

Property Type Description
IndexingEnabled bool

Protected Properties

Property Type Description
_log ILogger

Public Methods

Method Description
Initialize ( InitializationEngine context ) : void
Preload ( string parameters ) : void
Uninitialize ( InitializationEngine context ) : void

Private Methods

Method Description
EventsOnCreatingContent ( object sender, ContentEventArgs contentEventArgs ) : void
SetPropertyValue ( IContent content, string key, string value ) : void

Method Details

Initialize() public method

public Initialize ( InitializationEngine context ) : void
context InitializationEngine
return void

Preload() public method

public Preload ( string parameters ) : void
parameters string
return void

Uninitialize() public method

public Uninitialize ( InitializationEngine context ) : void
context InitializationEngine
return void

Property Details

IndexingEnabled public static property

Set this flag to temporary disable indexing while running long jobs. It is enabled by default.
public static bool IndexingEnabled
return bool

_log protected static property

protected static ILogger _log
return ILogger