Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
<
>
edited by Outhman Moustaghfir
on 2021/04/27 17:08
on 2021/04/27 17:08
edited by Outhman Moustaghfir
on 2021/04/27 17:19
on 2021/04/27 17:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -44,8 +44,19 @@ 44 44 ${XmlToXml1.get(0).extension()} 45 45 ))) 46 46 |(% style="width:150px" %)fullName()|(% style="width:365px" %)Returns the file name + its extension |(% style="width:394px" %)Eg : ${XmlToXml1.get(0).fullName()} returns the full name of the BpmnFile. 47 -|(% style="width:150px" %)size()|(% style="width:365px" %)Returns the size of the BpmnFile|(% style="width:394px" %) 47 +|(% style="width:150px" %)size()|(% style="width:365px" %)Returns the size of the BpmnFile in megabit.|(% style="width:394px" %)((( 48 +Eg : ${XmlToXml1.get(0).size()} returns the size of the first BpmnFile. 49 +))) 50 +|(% style="width:150px" %)type()|(% style="width:365px" %)Returns the type of the BpmnFile|(% style="width:394px" %)((( 51 +Eg : To get the type of the second BpmnFile , 48 48 53 +${XmlToXml1.get(1).type()} 54 +))) 55 +|(% style="width:150px" %) |(% style="width:365px" %) |(% style="width:394px" %) 56 +|(% style="width:150px" %) |(% style="width:365px" %) |(% style="width:394px" %) 57 +|(% style="width:150px" %) |(% style="width:365px" %) |(% style="width:394px" %) 58 +|(% style="width:150px" %) |(% style="width:365px" %) |(% style="width:394px" %) 59 + 49 49 50 50 ))) 51 51