Class ProfilePropertiesService
Inheritance
System.Object
ProfilePropertiesService
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ProfilePropertiesService : BasePortableService
Properties
|
Improve this Doc
View Source
Category
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 Source
ParentCategory
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 Source
Priority
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 Source
ExportData(ExportImportJob, ExportDto)
Declaration
public override void ExportData(ExportImportJob exportJob, ExportDto exportDto)
Parameters
Overrides
|
Improve this Doc
View Source
GetImportTotal()
Declaration
public override int GetImportTotal()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
ImportData(ExportImportJob, ImportDto)
Declaration
public override void ImportData(ExportImportJob importJob, ImportDto importDto)
Parameters
Overrides
Extension Methods