Class ModuleServiceController.DeleteModuleDto
Inherited Members
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
public class ModuleServiceController.DeleteModuleDto
Constructors
DeleteModuleDto()
Declaration
public DeleteModuleDto()
Properties
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
int |
SoftDelete
Declaration
public bool SoftDelete { get; set; }
Property Value
Type | Description |
---|---|
bool |
TabId
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
int |