Constructor RevisionFile
RevisionFile(String, Int64)
Constructor with the given file name and optionally length.
Declaration
public RevisionFile(string fileName, long length = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | The name of the file |
System.Int64 | length | Optional, the length of the file. |