I have an episerver site with almost all the blocks having a common Image property as given below:
[Display(GroupName = SystemTabNames.Content, Name = "Image", Description = "This is description link for alt", Order = 30)]
[UIHint(UIHint.Image)]
public virtual ContentReference Image { get; set; }
This property is used throughout the application. I need to generate a report to get all the references where the Description is empty.
Is there a way to get the above using episerver api or database query?
This is a new area for me & so any input would be appreciated.
question from:
https://stackoverflow.com/questions/65943691/get-episerver-property-though-episerver-api-database-query 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…