Priya.InfoList.Views.TemplateInfoDetailSave.IsValid C# (CSharp) Method

IsValid() public method

public IsValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
return bool
		public virtual bool IsValid(bool throwException, out string retMessage)
		{
			retMessage = "";
			return true;
		}