summaryM:DotNetNuke.Web.Components.Controllers.ControlBarController.GetUpgradeIndicator(System.Version,System.Boolean,System.Boolean)

Namespace: DotNetNuke.Web.Components.Controllers
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
public UpgradeIndicatorViewModel GetUpgradeIndicator(
	Version version,
	bool isLocal,
	bool isSecureConnection
)
Visual Basic
Public Function GetUpgradeIndicator ( 
	version As Version,
	isLocal As Boolean,
	isSecureConnection As Boolean
) As UpgradeIndicatorViewModel

Parameters

version
Type: System..::..Version
paramversionM:DotNetNuke.Web.Components.Controllers.ControlBarController.GetUpgradeIndicator(System.Version,System.Boolean,System.Boolean)
isLocal
Type: System..::..Boolean
paramisLocalM:DotNetNuke.Web.Components.Controllers.ControlBarController.GetUpgradeIndicator(System.Version,System.Boolean,System.Boolean)
isSecureConnection
Type: System..::..Boolean
paramisSecureConnectionM:DotNetNuke.Web.Components.Controllers.ControlBarController.GetUpgradeIndicator(System.Version,System.Boolean,System.Boolean)

Return Value

returnsM:DotNetNuke.Web.Components.Controllers.ControlBarController.GetUpgradeIndicator(System.Version,System.Boolean,System.Boolean)

Implements

IControlBarController..::..GetUpgradeIndicator(Version, Boolean, Boolean)

See Also