Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
313 views
in Technique[技术] by (71.8m points)

Get Episerver Property though Episerver API/Database query

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...