In my left hand side bar I have 3 links to downloads- one for each of three different companies. I need each company to log in and see only the one link to their companies downloads - not all 3 links for each company.
In the code I was hoping to put a security trim around each link that only ran the code if the user is a member of that companies group.
Is this possible?
i.e.
<SharePoint:SPSecurityTrimmedControl
ID="SPSecurityTrimmedControl1" **Group="Company1"** runat="server">
'Link to Company one downloads' </SharePoint:SPSecurityTrimmedControl>
If not is there a good workaround?