| Visual Basic | |
|---|---|
Function GetLocalVersionNo( _ ByRef poPathOrFolderID As System.Object _ ) As System.Integer | |
| C# | |
|---|---|
System.int GetLocalVersionNo( ref System.object poPathOrFolderID ) | |
| C++/CLI | |
|---|---|
System.int GetLocalVersionNo( & System.Object^% poPathOrFolderID ) | |
Parameters
- poPathOrFolderID
- ID of a folder, full file path, or folder path of the local copy of this file (see Remarks)
Return Value
Version number; -1 if the local copy does not match any version in the archiveGet File Information (VB.NET)
Get File Information (C#)
Get Revision Names for Local Version of File (C#)
Get Revision Names for Local Version of File (VB.NET)
Get File Information (C#)
Get Revision Names for Local Version of File (C#)
Get Revision Names for Local Version of File (VB.NET)
If poPathOrFolderID is a folder path, it must be terminated by a backslash ('\').
See Return Codes for the complete list of potential success and error codes. The following are just a few examples:
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2