.NET Framework Class Library
Revision.CheckSavedConfiguration Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.CheckSavedConfiguration Method

Queries the MW datasource for the existance of a specific file in configuration.

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

Syntax

Visual Basic

Public Function CheckSavedConfiguration ( _

fileDir As String, _
fileName As String, _
cfg As String _
) As String

C#

public string CheckSavedConfiguration(

string fileDir,
string fileName,
string cfg
)

Visual C++

public:

String^ CheckSavedConfiguration(
String^ fileDir,
String^ fileName,
String^ cfg
)

JavaScript

function checkSavedConfiguration(fileDir, fileName, cfg);

Parameters

fileDir

Type: System.String
folder of the configuration file to check the existance of

fileName

Type: System.String
name of the configuration file to check the existance of

cfg

Type: System.String
configuration to check file about

Return Value

document unique id of the file with given cfg, empty string otherwise

Remarks

See Also

Revision Class

Revision Members

MwPDMApi Namespace