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();
        }