Priya.InfoList.Views.TemplateInfoCategoryView.GetScript C# (CSharp) Méthode

GetScript() public méthode

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