Priya.InfoList.Views.TemplateInfoCategoryView.GetScript C# (CSharp) Method

GetScript() public method

public GetScript ( bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
loadMinIfAvailable bool
validate bool
throwException bool
retMessage string
return string
		public virtual string GetScript(bool loadMinIfAvailable, bool validate, bool throwException, out string retMessage)
        {
			throw new NotImplementedException();
        }