SPFileStream.SetLength method
Sets the length of this stream to the given value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub SetLength ( _
value As Long _
)
'Usage
Dim instance As SPFileStream
Dim value As Long
instance.SetLength(value)
public override void SetLength(
long value
)
Parameters
value
Type: System.Int64The new length of the stream.