WebFileShellContent Constructor |
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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