Version

UploadSizeMetric Enumeration

Enum containing the units to be used for the file size metric.
Syntax
'Declaration
 
Public Enum UploadSizeMetric 
   Inherits System.Enum
public enum UploadSizeMetric : System.Enum 
Members
MemberDescription
AutoThe file size will be presented in the largest posible unit in which the quantity will be more than 1. For example a file with size of 2048 bytes will be presented as 2KB.
BytesThe file size will be presented in bytes.
GBytesThe file size will be presented in gigabytes.
KBytesThe file size will be presented in kilobytes.
MBytesThe file size will be presented in megabytes.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub