Priya.InfoList.Views.TemplateSubscriberSave.IsScriptValid C# (CSharp) Méthode

IsScriptValid() public méthode

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