add property to Module class to indicate how the IPortable interface is being invoked (Export Module, Import Module, Copy Page, Global Replace, Site Template)
This commit is contained in:
@@ -39,6 +39,12 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public bool IsShared { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Specifies the scenario where the IPortable interface is being invoked
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public string IPortable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Reference to the <see cref="ModuleDefinition"/> used for this module.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user