Class FileCreateSource
FileCreateSource class
Represents a file source for creation.
public sealed class FileCreateSource : FileSource
Constructors
Name | Description |
---|
FileCreateSource(string) | Initializes a new instance of the FileCreateSource class. |
FileCreateSource(string, bool) | Initializes a new instance of the FileCreateSource class. |
Properties
Name | Description |
---|
FilePath { get; } | Gets the file path to create. |
override IsTemporal { get; } | Gets a value indicating whether file will be temporal. |
Methods
See Also