Click or drag to resize

MapperUtilsGenDestFileName Method

Generate a destination filename for a FilePath cell field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GenDestFileName(
	string sourceFileName,
	CellFilePathAttrs attrs
)

Parameters

sourceFileName
Type: SystemString
The original, base filename.
attrs
Type: NetQuarry.DataCellFilePathAttrs
FilePath attributes specifying how the filename should be constructed.

Return Value

Type: String
The filename to use when storing the file.
See Also