.NET Framework Class Library
MWCmd.Database Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM Database commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration Database |
C# |
|---|
public enum Database |
Visual C++ |
|---|
public enum class Database |
JavaScript |
|---|
MwPDMApi.Database = function(); MwPDMApi.Database.createEnum('MwPDMApi.Database', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
AddToParent |
0 |
||
BackupDatabaseRange |
1 |
||
DeleteTree |
2 |
||
DeleteDocument |
3 |
||
DeleteParentChild |
4 |
||
DeleteAllChildren |
5 |
||
ExecSQL |
6 |
||
Fetch |
7 |
||
FetchByUid |
8 |
||
FetchRevisionByUid |
9 |
||
GetUniqueIdFromRelatedDocuments |
10 |
||
IsPrimaryDatabaseChanged |
11 |
||
PopulateParentChildRevisionTable |
12 |
||
RemoveFromParent |
13 |
||
Requery |
14 |
||
RestoreDatabaseRange |
15 |
||
ResetPrimaryDatabaseTables |
16 |
||
SetPrimaryDatabaseTables |
17 |
||
UpdateDatabaseActiveDoc |
18 |
||
UpdateReleasedDatabaseParentChild |
19 |
||
GetSortedUIDListForProcessing |
20 |
Remarks
See Also