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

IsScriptValid() public method

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