C# Class Bitboxx.DNNModules.BBImageStory.BusinessController

Inheritance: DotNetNuke.Entities.Modules.ModuleSearchBase, ICustomTokenProvider, IPortable
Show file Open project: weggetor/BBImageStory

Public Methods

Method Description
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 ( Page page, DotNetNuke.UI.Modules.ModuleInstanceContext moduleContext ) : IPropertyAccess>.IDictionary
ImportModule ( int ModuleID, string Content, string Version, int UserID ) : void

ImportModule implements the IPortable ImportModule Interface

Private Methods

Method Description
CollectHierarchicalTags ( List terms ) : List
GetImageData ( ImageLocInfo image ) : string
HexStringToStream ( string base64String ) : MemoryStream

Method Details

ExportModule() public method

ExportModule implements the IPortable ExportModule Interface
public ExportModule ( int moduleId ) : string
moduleId int The Id of the module to be exported
return string

GetModifiedSearchDocuments() public method

public GetModifiedSearchDocuments ( DotNetNuke.Entities.Modules.ModuleInfo modInfo, System.DateTime beginDate ) : IList
modInfo DotNetNuke.Entities.Modules.ModuleInfo
beginDate System.DateTime
return IList

GetTemplates() public method

public GetTemplates ( string type, string root ) : string[]
type string
root string
return string[]

GetTokens() public method

public GetTokens ( Page page, DotNetNuke.UI.Modules.ModuleInstanceContext moduleContext ) : IPropertyAccess>.IDictionary
page System.Web.UI.Page
moduleContext DotNetNuke.UI.Modules.ModuleInstanceContext
return IPropertyAccess>.IDictionary

ImportModule() public method

ImportModule implements the IPortable ImportModule Interface
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
return void