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
What is the other word i should use after "Visible"?
Hi
Use this code:
var childrenPages = Umbraco.AssignedContentItem.Children.Where(x => x.IsVisible());
I try that.but it make occur this
then url doesn't contain "?"
I think this is a separate issue than what your original question is. Going on the assumption that the GetSafeQuery is a custom method, it looks to me that posq variable is returning null, because there is no value ? within your string.
GetSafeQuery
posq
?
what do you want to achieve with GetSafeQuery?
Hello Pubudu
Did you solve this issue?
Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
var subPages = page.Children.Where("Visible");
What is the other word i should use after "Visible"?
Hi
Use this code:
I try that.but it make occur this
then url doesn't contain "?"
I think this is a separate issue than what your original question is. Going on the assumption that the
GetSafeQuery
is a custom method, it looks to me thatposq
variable is returning null, because there is no value?
within your string.what do you want to achieve with GetSafeQuery?
Hello Pubudu
Did you solve this issue?
Alex
is working on a reply...