CReplicationItem.SizeLow Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the lower 4 bytes of the file size.
object SizeLow { get; }
Return Value
A 4-byte value that specifies the smaller half of the file size of the CReplicationItem object.
Remarks
For files that are larger than 4 GB, you must combine the SizeLow and SizeHigh properties to make an 8-byte value.
For a code example, see the Attributes property.
The CReplicationItem.SizeLow property corresponds to the COM property named ReplicationItem.SizeLow.