uBlogsy.Web.Helpers.NodeHelper' does not contain a definition for 'GetDescendentsOrSelf'
Hi ,
I tried to send my own array list to the method GetDescendent in the ublogsy post archive but when i try to save it gives an error , though node helper consist of getdescendent method in the dll. can you tell me where i m getting it wrong ; below is the code which comes p with the error i mentioned in the post title, Thanks
uBlogsy.Web.Helpers.NodeHelper' does not contain a definition for 'GetDescendentsOrSelf'
Hi ,
I tried to send my own array list to the method GetDescendent in the ublogsy post archive but when i try to save it gives an error , though node helper consist of getdescendent method in the dll. can you tell me where i m getting it wrong ; below is the code which comes p with the error i mentioned in the post title, Thanks
List<DynamicNode> nodes = descendentsOrSelf.ToList();
which version of ublogsy and umbraco are you using?
umbraco v 4.7.1.1 /ublogsy 1.35
updated the ublogsy dll to 1.3.6 ,still same error
I forgot to ask exactly what the error was.
I assume this is the original line that you're mimcking?
var nodes = GetDescendentsOrSelf(nodeId, "uBlogsyPost", new string[] { "uBlogsyFolderPage", "uBlogsyPage", "uBlogsyFolderComments", "uBlogsyComment" });
is working on a reply...