Class UsersDataExportService
Supplementary service to import users additional data.
Inherited Members
Namespace: Dnn.ExportImport.Components.Services
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class UsersDataExportService : BasePortableService
Properties
| Improve this Doc View SourceCategory
Gets category name for the exportable module. For example: "ASSETS".
Declaration
public override string Category { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceParentCategory
Gets category name for the parent exportable module. For example: "USERS". If this is null, then the category is a top parent. If this is not null, then this category will be included automatically when the parent is included.
Declaration
public override string ParentCategory { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourcePriority
Gets a priority for exporting/importing the object. Objects with higher priority are exported/imported first. Highest priority is 0.
Declaration
public override uint Priority { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Overrides
Methods
| Improve this Doc View SourceExportData(ExportImportJob, ExportDto)
Supplementary service to import users additional data.
Declaration
public override void ExportData(ExportImportJob exportJob, ExportDto exportDto)
Parameters
Type | Name | Description |
---|---|---|
ExportImportJob | exportJob | |
ExportDto | exportDto |
Overrides
| Improve this Doc View SourceGetImportTotal()
Supplementary service to import users additional data.
Declaration
public override int GetImportTotal()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceImportData(ExportImportJob, ImportDto)
Supplementary service to import users additional data.
Declaration
public override void ImportData(ExportImportJob importJob, ImportDto importDto)
Parameters
Type | Name | Description |
---|---|---|
ExportImportJob | importJob | |
ImportDto | importDto |