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

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

Syntax

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

Parameters

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

Return Value

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

See Also