메소드 | 설명 | |
---|---|---|
ExportModule ( int moduleId ) : string |
ExportModule implements the IPortable ExportModule Interface
|
|
GetModifiedSearchDocuments ( DotNetNuke.Entities.Modules.ModuleInfo modInfo, System.DateTime beginDate ) : IList |
||
GetTemplates ( string type, string root ) : string[] | ||
GetTokens ( |
||
ImportModule ( int ModuleID, string Content, string Version, int UserID ) : void |
ImportModule implements the IPortable ImportModule Interface
|
메소드 | 설명 | |
---|---|---|
CollectHierarchicalTags ( List |
||
GetImageData ( |
||
HexStringToStream ( string base64String ) : |
public ExportModule ( int moduleId ) : string | ||
moduleId | int | The Id of the module to be exported |
리턴 | string |
public GetModifiedSearchDocuments ( DotNetNuke.Entities.Modules.ModuleInfo modInfo, System.DateTime beginDate ) : IList |
||
modInfo | DotNetNuke.Entities.Modules.ModuleInfo | |
beginDate | System.DateTime | |
리턴 | IList |
public GetTemplates ( string type, string root ) : string[] | ||
type | string | |
root | string | |
리턴 | string[] |
public GetTokens ( |
||
page | ||
moduleContext | DotNetNuke.UI.Modules.ModuleInstanceContext | |
리턴 | IPropertyAccess>.IDictionary |
public ImportModule ( int ModuleID, string Content, string Version, int UserID ) : void | ||
ModuleID | int | The Id of the module to be imported |
Content | string | The content to be imported |
Version | string | The version of the module to be imported |
UserID | int | |
리턴 | void |