Property | Type | Description |
---|
Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
LoadTemplate ( |
||
LoadTemplate ( string name, int portalId, int tabid ) : void | ||
SaveTemplate ( string name, string description, DotNetNuke.UI.Modules.ModuleInstanceContext context, bool forceOverwrite, int maxNumberOfRecords ) : bool | ||
TemplateList ( ) : ICollection |
Returns a list of all Templates, needed for ObjectDatasource
|
public static LoadTemplate ( |
||
content | ||
portalId | int | |
tabid | int | |
return | void |
public static LoadTemplate ( string name, int portalId, int tabid ) : void | ||
name | string | |
portalId | int | |
tabid | int | |
return | void |
public static SaveTemplate ( string name, string description, DotNetNuke.UI.Modules.ModuleInstanceContext context, bool forceOverwrite, int maxNumberOfRecords ) : bool | ||
name | string | |
description | string | |
context | DotNetNuke.UI.Modules.ModuleInstanceContext | |
forceOverwrite | bool | |
maxNumberOfRecords | int | |
return | bool |