Interface IVersionableControl
This interface is implemented by module control to let the page tell to the control what content version it should be render.
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public interface IVersionableControl
Methods
| Improve this Doc View SourceSetModuleVersion(Int32)
Indicate to the module control what content version need to be shown on rendering.
Declaration
void SetModuleVersion(int version)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | version | Version number. |