Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I have the following query:
var webMembers = Vega.USiteBuilder.MemberHelper.GetAllMembers().Select(m => m as WebsiteMember).Where( m => string.IsNullOrEmpty(m.MyProp));
Q1) Am I doing this right? or is there a better way to get all the members of a certain type cast into the correct Type
Q2) MyProp and all the other properties of each item in the webMembers collection are null (the base properties however are populated correctly)
Suggestions?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
GetAllMembers not returning values in all properties.
Hi
I have the following query:
Q1) Am I doing this right? or is there a better way to get all the members of a certain type cast into the correct Type
Q2) MyProp and all the other properties of each item in the webMembers collection are null (the base properties however are populated correctly)
Suggestions?
is working on a reply...