Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AbstractFile Class / GetAutomaticWriteFileShare Method


In This Topic
    GetAutomaticWriteFileShare Method (AbstractFile)
    In This Topic
    Retrieves a value indicating the default FileShare value to be used when opening write streams for copy/move operations.
    Syntax
    'Declaration
     
    Protected Overridable Function GetAutomaticWriteFileShare() As FileShare
    'Usage
     
    Dim instance As AbstractFile
    Dim value As FileShare
     
    value = instance.GetAutomaticWriteFileShare()
    protected virtual FileShare GetAutomaticWriteFileShare()

    Return Value

    A FileShare value indicating the default value to be used when opening write 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