.NET Framework Class Library
File.FileUnLock Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileUnLock Method

Removes the 'Write' ACL permission on the selected file.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub FileUnLock ( _

 fullFileName As String _
)

C#

public void FileUnLock(

 string fullFileName
)

Visual C++

public:

void FileUnLock(
 StringfullFileName
)

JavaScript

function fileUnLock(fullFileName);

Parameters

fullFileName

Type: System.String
full path file name

Remarks

See Also

File Class

File Members

MwPDMApi Namespace