Click or drag to resize
GeneratorRemoveFileFromDestinationFilenamesCache Method
Removes the file from destination filenames cache.

Namespace: SD.LLBLGen.Pro.GeneratorCore
Assembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void RemoveFileFromDestinationFilenamesCache(
	string toRemove
)

Parameters

toRemove
Type: SystemString
To remove.

Implements

IGeneratorRemoveFileFromDestinationFilenamesCache(String)
See Also