FileInformation.Dispose method

Releases all resources used by the FileInformation object.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As FileInformation

instance.Dispose()
public void Dispose()

Implements

IDisposable.Dispose()

Remarks

This method releases the specified stream.

See also

Reference

FileInformation class

FileInformation members

Microsoft.SharePoint.Client namespace