Property | Type | Description | |
---|---|---|---|
ConfigureDataOnDemand | void | ||
InitData | void | ||
InitializeResourcesSettingsAndMetadata | void |
Method | Description | |
---|---|---|
App ( DotNetNuke.Entities.Portals.PortalSettings ownerPortalSettings, int appId ) : System | ||
App ( int zoneId, int appId, DotNetNuke.Entities.Portals.PortalSettings ownerPortalSettings, bool allowSideEffects = true ) : System |
Method | Description | |
---|---|---|
ConfigureDataOnDemand ( ) : void | ||
InitData ( bool showDrafts, IValueCollectionProvider configurationValues ) : void |
needed to initialize data - must always happen a bit later because the show-draft info isn't available when creating the first App-object. todo: later this should be moved to initialization of this object
|
|
InitializeResourcesSettingsAndMetadata ( bool allowSideEffects ) : void |
Assign all kinds of metadata / resources / settings (App-Mode only)
|
public App ( DotNetNuke.Entities.Portals.PortalSettings ownerPortalSettings, int appId ) : System | ||
ownerPortalSettings | DotNetNuke.Entities.Portals.PortalSettings | |
appId | int | |
return | System |
public App ( int zoneId, int appId, DotNetNuke.Entities.Portals.PortalSettings ownerPortalSettings, bool allowSideEffects = true ) : System | ||
zoneId | int | |
appId | int | |
ownerPortalSettings | DotNetNuke.Entities.Portals.PortalSettings | |
allowSideEffects | bool | |
return | System |