.NET Framework Class Library
Database.WhereUsedByString Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Returns the documents where the current one is used.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function WhereUsedByString ( _ docUid As String, _ |
C# |
|---|
public string WhereUsedByString( string docUid, |
Visual C++ |
|---|
public: String^ WhereUsedByString( |
JavaScript |
|---|
function whereUsedByString(docUid, whereUsedString, lastDocUid, number_of_Doc, docsUidIdArray); |
Parameters
docUid
Type: System.String
unique id of the document of which find users
whereUsedString
Type: System.String
filter to select only some type of document between the users (like "'0','P'")
lastDocUid
Type: System.String
Output. The last document found Uinque ID
number_of_Doc
Type: System.Int32
Output. The number of found documents
docsUidIdArray
Type: System.Object
Output. The array containing the Unique ids of found documents
Return Value
Remarks
See Also