.NET Framework Class Library
File.FileTakeOwnership Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileTakeOwnership Method

Sets the 'Full' 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 FileTakeOwnership ( _

 fullFileName As String _
)

C#

public void FileTakeOwnership(

 string fullFileName
)

Visual C++

public:

void FileTakeOwnership(
 StringfullFileName
)

JavaScript

function fileTakeOwnership(fullFileName);

Parameters

fullFileName

Type: System.String
full path file name

Remarks

See Also

File Class

File Members

MwPDMApi Namespace