Priya.InfoList.Views.TemplateInfoCategoryView.GetScript C# (CSharp) Метод

GetScript() публичный Метод

public GetScript ( bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
loadMinIfAvailable bool
validate bool
throwException bool
retMessage string
Результат string
		public virtual string GetScript(bool loadMinIfAvailable, bool validate, bool throwException, out string retMessage)
        {
			throw new NotImplementedException();
        }