Can't access a a property of the Document Type when using MultiPicker
Hi all, I'm trying to create a featured content section where a user can select a a piece of content which will then display the title of the content and the content description which is a text area data type.
Can't access a a property of the Document Type when using MultiPicker
Hi all, I'm trying to create a featured content section where a user can select a a piece of content which will then display the title of the content and the content description which is a text area data type.
I can access @item.Name but I can't access contentDescription as it wont allow me to, does anybody have any idea how I could do this?
Thanks,
David
Have you tried something like this?
@item.GetPropertyValue("contentDescription")
is working on a reply...