Click or drag to resize

ISharedHostedApplicationInitialize Method

Initialize the ApplicationInfo (creates the common elements if bundled)

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
void Initialize(
	bool isDynamic
)

Parameters

isDynamic
Type: SystemBoolean
true if the application is dynamically loaded; otherwise, false for the main application
See Also