Xceed .NET Libraries Documentation
GetAutomaticReadFileShare Method (AbstractFile)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AbstractFile Class : GetAutomaticReadFileShare Method
Retrieves a value indicating the default FileShare value to be used when opening read streams for copy/move operations.
Syntax
'Declaration
 
Protected Overridable Function GetAutomaticReadFileShare() As FileShare
'Usage
 
Dim instance As AbstractFile
Dim value As FileShare
 
value = instance.GetAutomaticReadFileShare()
protected virtual FileShare GetAutomaticReadFileShare()

Return Value

A FileShare value indicating the default value to be used when opening read streams for copy/move operations.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AbstractFile Class
AbstractFile Members