FileCreateSource.FileCreateSource

FileCreateSource(string)

Initializes a new instance of the FileCreateSource class.

public FileCreateSource(string filePath)
ParameterTypeDescription
filePathStringThe file path to create.

See Also


FileCreateSource(string, bool)

Initializes a new instance of the FileCreateSource class.

public FileCreateSource(string filePath, bool isTemporal)
ParameterTypeDescription
filePathStringThe file path to create.
isTemporalBooleanIf set to true the created file will be temporal.

See Also