May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Transformations apply to a list of items and enable changing a piece of information for each item in the list into a different format. Consider the following items group, which refers to all text files within a directory:
![]()
Then imagine you want to send the list of files to the logger. This is accomplished with the following line, to be added into the item group:
<Message Text="@(MyFiles)"/>
Now imagine you want to construct the list of items only with the filename and extension without the ...
Read now
Unlock full access