[This is preliminary documentation and is subject to change.]
Returns the filename with revision encoded in it. This is useful
int the document management system, when a new version of the
file is generated
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string GetFileNameWithRevision( string fileName, int revision ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetFileNameWithRevision ( _ fileName As String, _ revision As Integer _ ) As String |
Visual C++ |
---|
public: static String^ GetFileNameWithRevision( String^ fileName, int revision ) |
Parameters
- fileName
- Type: System..::.String
- revision
- Type: System..::.Int32