Priya.InfoList.Views.TemplateSubscriberList.IsScriptValid C# (CSharp) 메소드

IsScriptValid() 공개 메소드

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