.NET Framework Class Library
RemoteAccess.TakeOwnership Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > RemoteAccess Class > RemoteAccess Methods >

.NET Framework Class Library
RemoteAccess.TakeOwnership Method

With the Remote Access Mode enabled, takes the ownership of a foreign document file with the assigned unique id.

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

Syntax

Visual Basic

Public Sub TakeOwnership ( _

docUid As String _
)

C#

public void TakeOwnership(

string docUid
)

Visual C++

public:

void TakeOwnership(
String^ docUid
)

JavaScript

function takeOwnership(docUid);

Parameters

docUid

Type: System.String
unique id of the document to take the ownership of

Remarks

See Also

RemoteAccess Class

RemoteAccess Members

MwPDMApi Namespace