.NET Framework Class Library
Revision.GetNumberOfRevisions Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
Retrieves the number of revision for a document.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetNumberOfRevisions ( _ docUid As String _ |
C# |
|---|
public string GetNumberOfRevisions( string docUid |
Visual C++ |
|---|
public: String^ GetNumberOfRevisions( |
JavaScript |
|---|
function getNumberOfRevisions(docUid); |
Parameters
docUid
Type: System.String
the unique id of the document to count revisions of
Return Value
value of the number of revisions found, "0" if document is in state of NEW
Remarks
See Also