-
Notifications
You must be signed in to change notification settings - Fork 14
/
DotNetNuke.Modules.Repository.xml
42 lines (42 loc) · 1.92 KB
/
DotNetNuke.Modules.Repository.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<doc>
<assembly>
<name>DotNetNuke.Modules.Repository</name>
</assembly>
<members>
<member name="M:DotNetNuke.Modules.Repository.RepositoryController.GetModifiedSearchDocuments(DotNetNuke.Entities.Modules.ModuleInfo,System.DateTime)">
<summary>
Implementation of ModuleSearchBase
</summary>
<param name="moduleInfo">Module Information</param>
<param name="beginDateUtc">Date of the search indexer run</param>
<returns>IList of SearchDocument</returns>
</member>
<member name="M:DotNetNuke.Modules.Repository.RepositoryController.ExportModule(System.Int32)">
-----------------------------------------------------------------------------
<summary>
ExportModule implements the IPortable ExportModule Interface
</summary>
<remarks>
</remarks>
<param name="ModuleID">The Id of the module to be exported</param>
<history>
[cnurse] 11/17/2004 documented
</history>
-----------------------------------------------------------------------------
</member>
<member name="M:DotNetNuke.Modules.Repository.RepositoryController.ImportModule(System.Int32,System.String,System.String,System.Int32)">
-----------------------------------------------------------------------------
<summary>
ImportModule implements the IPortable ImportModule Interface
</summary>
<remarks>
</remarks>
<param name="ModuleID">The Id of the module to be imported</param>
<history>
[cnurse] 11/17/2004 documented
</history>
-----------------------------------------------------------------------------
</member>
</members>
</doc>