.NET Framework Class Library
Revision.CheckSavedConfiguration Method

<< Click to Display Table of Contents >>

Navigation:  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:

StringCheckSavedConfiguration(
 StringfileDir,
 StringfileName,
 Stringcfg
)

JavaScript

function checkSavedConfiguration(fileDirfileNamecfg);

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