Click or drag to resize

AppStrEnumSolutionTypeToString Method

Returns the name of a SolutionType enum. Note: in a web page it is preferred to use either AppPageBasic.SoftwareSuiteName or AppPageBasic.SoftwareSolutionName instead.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string SolutionTypeToString(
	SolutionType solutionType
)

Parameters

solutionType
Type: Omada.OE.ModelSolutionType

Return Value

Type: String
See Also