Click or drag to resize

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)
Syntax
public string RelativePathFilenamePart { get; }

Property Value

Type: String
See Also