Specialized Administration > Supporting Visualization and Publishing > WVS Publish Rules > Post-Publishing > Introduction > AdditionalFilesPostPublishDelegate > Required Parameters
  
Required Parameters
The following parameters are required for the AdditionalFilesPostPublishDelegate class.
Parameter Name
Definition
delegate
Must be com.ptc.wvs.server.publish.AdditionalFilesPostPublishDelegate.
name
The Name of the WTDocument that the AdditionalFilesPostPublishDelegate is to create or iterate. The Name must be unique among all Objects of its Type in order to guarantee that the delegate finds the right Object to iterate. There are four substitution macros that can be used to create the WTDocument name: {ADDITIONAL_FILE_PRIMARY_BASENAME}, {ADDITIONAL_FILE_PRIMARY_EXTENSION}, {ADDITIONAL_FILE_SECONDARY_BASENAME}, and {ADDITIONAL_FILE_SECONDARY_EXTENSION}. These macros are replaced by the primary/secondary file's base name and the primary/secondary file extensions, respectively. For example, if the following post-publish element is used:<post-publishname="name"> Additional_File_For_{AUTHORING_APP}_{EPM_NUMBER}_{ADDITIONAL_FILE_PRIMARY_BASENAME}_{ADDITIONAL_FILE_PRIMARY_EXTENSION}</post-publish>with a part named "01-52108.PRT", the WTDocument is named:Additional_File_For_PROE_01-52108.PRT_step_01-52108_prt_stpWhere the authoring application is "PROE", the EPM number is "01-52108", the additional file basename is "step_01-52108_prt" and the additional file extension is "stp".