Hi Peter, Can you tell me if the custom attributes collection is populated by the Search/GetSearchResults methods? It appears not to be in my case. If not, is there a way of getting it populated after calling GetSearchResults? Below is the output from the VS2012 immediate window. "Entry" is an object of type SearchResultEntryInfo. Note finding the entry through EntriesController works as expected. ?Entry.EntryId 101 ?Entry.EntryType "File.Adobe.Acrobat" ?Entry.Deleted false ?Entry.CustomAttributes.Count 0 ?DMX.Entities.Entries.EntriesController.GetEntry(0,101).CustomAttributes.Count 4 I noticed there is a GetProperty method on the SearchResultEntryInfo object. However this only seems to return an empty string too. DMX version 6.01.05 on DNN 7.0.3. Regards, Darren
|