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
)
Public Shared Function GenDestFileName (
sourceFileName As String,
attrs As CellFilePathAttrs
) As String
Parameters
- sourceFileName
- Type: SystemString
The original, base filename. - attrs
- Type: NetQuarry.DataCellFilePathAttrs
FilePath attributes specifying how the filename should be constructed.
Return Value
Type:
StringThe filename to use when storing the file.
See Also