Software AG Products 10.5 | CentraSite for Developers | Importing Objects Using API | Invoking Importer from Java Program | Importing XPDL File | SetOriginalFilename
 
SetOriginalFilename
Specifies the filename to be assigned to the XPDL file in CentraSite's repository.
Syntax
public void setOriginalFilename (String originalFilename)
Parameters
String originalFilename
The filename that is to be given to the XPDL file in the CentraSite repository.
Note:
A valid filename can consist of letters, numbers, and the underscore character. It must not contain spaces or any other special characters.
Usage Notes
Optional