IsNewFile

Field in OutputFile

Summary

Indicates whether this OutputFile represents a new file to be created. If this is true , OriginalSource will be the empty string, and Replacements will be empty.

public bool IsNewFile;

Last updated