Click or drag to resize
FileStreamSetLength Method
Sets the length of the current stream.

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
Syntax
C#
public override void SetLength(
	long value
)

Parameters

value
Type: SystemInt64
The desired length of the current stream in bytes.
See Also