[This is preliminary documentation and is subject to change.]

Gets the latest revision of a particular document.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int GetLatestRevision(
	int folderId,
	string documentName
)
Visual Basic (Declaration)
Public Function GetLatestRevision ( _
	folderId As Integer, _
	documentName As String _
) As Integer
Visual C++
public:
int GetLatestRevision(
	int folderId, 
	String^ documentName
)

Parameters

folderId
Type: System..::.Int32
The id of the folder.
documentName
Type: System..::.String
The name of the document.

Return Value

The latest revision value of the document.

See Also