Artech.UC.gxui.Installation.Validator.ValidateAll C# (CSharp) Méthode

ValidateAll() public static méthode

public static ValidateAll ( string &message ) : bool
message string
Résultat bool
		public static bool ValidateAll(out string message)
		{
			return ValidateExtJsInstallation(out message);
		}