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

See also

Reference

SPFileStream class

SPFileStream members

Microsoft.SharePoint namespace