コード例 #1
0
 public IEnumerable <object> GetSelectableContentTypes()
 {
     return(Sexy.GetAvailableAttributeSetsForVisibleTemplates(PortalSettings.PortalId).Select(p => new { p.AttributeSetId, p.Name }));
 }