AdHocTemplateSetRelativePathFilenamePart Property |
The relative part of PathFilename. If PathFilename is c:\dir1\dir2\.\dir3\filename.ext, then this property returns .\dir3\filename.ext
Set in SetPathFilename()
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic string RelativePathFilenamePart { get; }
Public ReadOnly Property RelativePathFilenamePart As String
Get
Property Value
Type:
String
See Also