Share via


SPFileStream.SetLength Method

Sets the length of this stream to the given value.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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