Click or drag to resize
TaskPerformerBaseCreateFilename Method (String, String, String)
Creates a new filename without path, using the filename format and the specified values

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected string CreateFilename(
	string filenameFormat,
	string elementName,
	string extension
)

Parameters

filenameFormat
Type: SystemString
the format to use
elementName
Type: SystemString
the element name to use as a replacement for a [elementName] specification in filenameFormat
extension
Type: SystemString
the extension (without the '.') to use as a replacement for a [extension] specification in filenameFormat

Return Value

Type: String
usable name for the outputfile.
Remarks
Converts [elementName] to the elementname specified. Converts all other elements CreateFilename(2) can convert
See Also