fr-clmm
-
11/18/2008 5:48:53 AM
Get FileDescription for WebPart
Hello,
i'm going to design a own webpart where i need to display the FileDescription value from Kentico.CONTENT_File Table...
My Code looks actually like this, but i haven't found a way to get the FileDescription yet: _______________________________________ Dim ds As DataSet = CMS.CMSHelper.TreeHelper.SelectNodes(PartInstance.GetValue("Path"), False, "CMS.File") Dim dr As DataRow
For Each dr In ds.Tables(0).Rows
'here i've got only access to Ketico.CMS_Documents-Table, how to get access to the Files-Table?
Next dr _______________________________________
I've tried to use a relationship, but it won't work...
Thanks Florian
|