Hi TariqHussain,
I want to know skin id set for a particular node, not for the current rendering node.
use case :-
1. community - skin id "base"
2. category1 (unique id is 200)- skin id "orange" (explicitly set from "Admin > Display> Skins" for this node)
3. category2 (unique id is 201)- skin id "blue" (explicitly set from "Admin > Display> Skins" for this node)
4.user searches some keyword(say 'test') from "location" filter for "category2"
SearchPage parameters will be
?filter=location&q=test&location=category:201&collapse_discussion=true
Requirement :-
Now I want to get skin id which is assigned to the searched location node (category:201) and want to set that specific skin id to SearchPage instance.
Thanks,
Vaishnavi