Click or drag to resize

UserMessagesToString Method

Returns string containing all messages of type

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string ToString(
	UserMessageType messageType,
	string prefix
)

Parameters

messageType
Type: Omada.OE.ModelUserMessageType
Message Type
prefix
Type: SystemString
Prefix

Return Value

Type: String
string
Exceptions
ExceptionCondition
ArgumentNullExceptionthrow if Prefix is null
See Also