Represents GZipped file
More...
◆ GetGZippedFile()
| static GZippedFile SolidFramework.Plumbing.GZippedFile.GetGZippedFile |
( |
string |
fileInfo | ) |
|
|
static |
Gets the GZipped file.
- Parameters
-
- Returns
- The GZipped file.
◆ AddedToTempFile
| bool SolidFramework.Plumbing.GZippedFile.AddedToTempFile |
|
getset |
Gets or sets a value indicating whether [added to temp file].
true if [added to temp file]; otherwise, false.
◆ Folder
| string SolidFramework.Plumbing.GZippedFile.Folder |
|
getset |
Gets or sets the folder.
The folder.
◆ Index
| int SolidFramework.Plumbing.GZippedFile.Index |
|
getset |
Gets or sets the index.
The index.
◆ Length
| int SolidFramework.Plumbing.GZippedFile.Length |
|
getset |
Gets or sets the length.
The length.
◆ LocalPath
| string SolidFramework.Plumbing.GZippedFile.LocalPath |
|
getset |
Gets or sets the local path.
The local path.
◆ ModifiedDate
| DateTime SolidFramework.Plumbing.GZippedFile.ModifiedDate |
|
getset |
Gets or sets the modified date.
The modified date.
◆ RelativePath
| string SolidFramework.Plumbing.GZippedFile.RelativePath |
|
getset |
Gets or sets the relative path.
The relative path.
◆ Restored
| bool SolidFramework.Plumbing.GZippedFile.Restored |
|
getset |
Gets or sets a value indicating whether this GZippedFile is restored.
true if restored; otherwise, false.