Click or drag to resize
IValidatableGetValidationStatus Method
Gets the validation status.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
ValidationStatus GetValidationStatus(
	out string message
)

Parameters

message
Type: SystemString
Message.

Return Value

Type: ValidationStatus
The validation status.
See Also