.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 |
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, _ |
C# |
|---|
public string CheckSavedConfiguration( string fileDir, |
Visual C++ |
|---|
public: String^ CheckSavedConfiguration( |
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