WebFileShellContent Constructor |
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public WebFileShellContent(
string url,
long? length = null
)
Parameters
- url
- Type: SystemString
The url to download the file from. - length (Optional)
- Type: SystemNullableInt64
The file length.
See Also