Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SobekCM
Core
Message
EnableExtensionMessage
C# Class SobekCM.Core.Message.EnableExtensionMessage
Mostrar archivo
Open project: MarkVSullivan/SobekCM-Web-Application
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
Add_Error
(
string
Error
) :
void
Add an error to this message
Method Details
Add_Error()
public
method
Add an error to this message
public
Add_Error
(
string
Error
) :
void
Error
string
Error text to add
return
void