get_size
Description:
[
Version ( deprecated =
true , since =
"0.8.6" ) ]
public uint64 get_size (
SizeKind kind)
Warning: get_size is deprecated.
Gets the release size.
Note:
Use the Artifact directly to obtain this information.
Parameters:
this |
a Release instance
|
kind |
a SizeKind
|
Returns:
The size of the given kind of this release.
|