Changes for page SetFile
Last modified by Outhman Moustaghfir on 2024/11/28 14:50
<
>
edited by Outhman Moustaghfir
on 2024/09/25 12:14
on 2024/09/25 12:14
edited by Outhman Moustaghfir
on 2024/09/24 16:54
on 2024/09/24 16:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,5 @@ 1 + 2 + 1 1 ==== Purpose: ==== 2 2 3 3 The SetFile method is designed to store XML content in a database by saving it as a file and returning the file's unique identifier. ... ... @@ -8,17 +8,6 @@ 8 8 * It writes the XML content to a file. 9 9 * The file is saved in the database, and its file ID is returned for future reference. 10 10 11 - 12 -==== optional parameters: ==== 13 - 14 -* **fileName** (optional): Specifies a custom name for the saved file. If not provided (null or empty), the file will be saved with its unique file ID as the name. 15 -* **folder** (optional): Defines the folder where the file will be stored (e.g., "work", "out", etc.). If not specified (null or empty), the file will be placed in the default "work" folder. 16 - 17 - 18 -{{code language="XML"}} 19 -SetFile(xmlContent,fileName,folder) 20 -{{/code}} 21 - 22 22 ==== Usage Example: ==== 23 23 24 24 Consider the following XSLT transformation that calls the SetFile method: