Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Related Documents View modes: 
User avatar
Member
Member
bas.moises-accenture - 1/25/2012 11:46:12 PM
   
Related Documents
Where can i find the code for relating the documents in cmsdesk.

User avatar
Member
Member
kentico_michal - 1/29/2012 1:18:37 AM
   
RE:Related Documents
Hello,

You can take advantage of methods from the RelationshipProvider class, for example the method RelationshipProvider.AddRelationship creates the relationship for two nodes.

If you are looking for a code that generates the Properties -> Related docs UI, you can find in the following file and its code behind: ~\CMSModules\Content\CMSDesk\Properties\Relateddocs_List.aspx.

Best regards,
Michal Legen