Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Where is GetMemberProfileUrl View modes: 
User avatar
Member
Member
Chanan - 3/4/2011 10:26:25 AM
   
Where is GetMemberProfileUrl
Hello,

We would like to use the above function outside of a Transformation. Which Assembly is it in? I cannot find it...

User avatar
Member
Member
dima - 3/7/2011 1:49:51 AM
   
RE:Where is GetMemberProfileUrl
Hi Chanan,

Its here: CMS.Controls.CMSAbstractTransformation

But it's not static, so you'll need to create an instance of a transformation class to use it. Unless you prefer to create your own method somewhere else with the same implementation.