Artech.UC.gxui.Installation.Validator.ValidateAll C# (CSharp) Method

ValidateAll() public static method

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