示例#1
0
 public void SetTabOnPropertyType(PropertyType pt, int TabId)
 {
     // This is essentially just a wrapper for the property
     pt.TabId = TabId;
     //flush the content type cache, the the tab cache (why so much cache?! argh!)
     pt.FlushCacheBasedOnTab();
 }