Get an updated file name for a template. Return true if the file name needed updating.
If this method returns true, then fileName contains the updated file name. This method
should be overridden for file storage systems where the template is stored in a database
such that a file name is created on demand.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- template
- Type: HotDocs.Sdk Template
The template.
- fileName
- Type:
System String
The updated file name for the specified template.
Return Value
Type:
True if the file name was updated, or false otherwise.
See Also