Now i want to get the parent document name in a transformation. How can i do that?
Thanks.
Hi Anh,
If you mean HTML/TEXT transformation with K# macro:
{% childDocument.Parent.DocumentName %}
If it's ASCX one:
<%# childDocument.Parent.DocumentName %>
Please, sign in to be able to submit a new answer.