|   | 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
Syntaxpublic string ToString(
	UserMessageType messageType,
	string prefix
)
Parameters
- messageType
 - Type: Omada.OE.ModelUserMessageType
Message Type - prefix
 - Type: SystemString
Prefix 
Return Value
Type: 
Stringstring
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | throw if Prefix is null | 
See Also